https://github.com/ankit792r/todo-server
simple tood server with express and mongodb
https://github.com/ankit792r/todo-server
expressjs mern-stack mongodb nodejs rest-api todo-app
Last synced: 2 months ago
JSON representation
simple tood server with express and mongodb
- Host: GitHub
- URL: https://github.com/ankit792r/todo-server
- Owner: ankit792r
- Created: 2024-06-08T00:44:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T07:09:10.000Z (over 1 year ago)
- Last Synced: 2026-04-04T08:42:54.899Z (3 months ago)
- Topics: expressjs, mern-stack, mongodb, nodejs, rest-api, todo-app
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- 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 mongodb
1. install dependencies
```
npm install
```
2. run server
```
npm run dev
```