Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankit7927/todo-server
simple tood server with express and mongodb
https://github.com/ankit7927/todo-server
expressjs mern-stack mongodb nodejs rest-api todo-app
Last synced: about 1 month ago
JSON representation
simple tood server with express and mongodb
- Host: GitHub
- URL: https://github.com/ankit7927/todo-server
- Owner: ankit7927
- Created: 2024-06-08T00:44:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T07:36:56.000Z (7 months ago)
- Last Synced: 2024-06-08T08:41:04.738Z (7 months ago)
- Topics: expressjs, mern-stack, mongodb, nodejs, rest-api, todo-app
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TDOD Server
a simple todo server with express and mongodb1. install dependencies
```
npm install
```2. run server
```
npm run dev
```