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

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

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
```