Giter Site home page Giter Site logo

todo-app-backend's Introduction

todo-app-backend

How to run the app

docker compose up --build

Description

Simple backend application written Go. Listens on port 8080
Available REST endpoints:

  • GET /todos
  • GET /todos/:id
  • POST /todos
  • PUT /todos/:id
  • DELETE /todos/:id
  • PUT /todos/:id/complete
  • PUT /todos/:id/incomplete
  • GET /todos?completed=true
  • GET /todos?completed=false

Available GraphQL endpoint:

  • POST /graphql

Available gRPC service on port 9000. The proto file is located in the internal/grpc/proto directory.

Response times of REST, GraphQL and gRPC for 100000 requests

Operation REST GraphQL gRPC
Create 31.70272325s 49.946371125s 27.479715708s
Get One 19.410775833s 38.834429125s 19.171058792s
Update 30.546839209s 56.15228325s 26.90399975s
Get All 286.377333ms 900.687959ms 206.215958ms
Delete 29.659430041s 50.838496459s 30.074497541s

todo-app-backend's People

Contributors

anras5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.