Sample REST API using Nest framework with a simple in memory database.
- Clone the repository:
git clone https://github.com/elias-garcia/nest-typescript-todo.git
- Install the application:
npm install
- Start the server:
npm start
- POST /todos
- GET /todos
- GET /todos/:id
- PUT /todos/:id
- DELETE /todos/:id