Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/programmingwithgaurav/crud-todo-api

Nodejs Express Mongoose CRUD Todo Api
https://github.com/programmingwithgaurav/crud-todo-api

Last synced: about 8 hours ago
JSON representation

Nodejs Express Mongoose CRUD Todo Api

Awesome Lists containing this project

README

        

# CRUD Todo Api

## Tech Stack for this api

- **Nodejs**
- **Mongoose**
- **express**

# Endpoints
- **/todos/** Show All Todos
- **/todos/add**
- **/todos/delete**
- **/todos/update**

## Running Tests

To run tests, run the following command

```
npm run start
```