Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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