Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/programmingwithgaurav/crud-todo-api
- Owner: ProgrammingWithGaurav
- Created: 2021-11-16T15:56:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T16:38:16.000Z (about 3 years ago)
- Last Synced: 2023-10-30T12:28:25.077Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```