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

https://github.com/thinkful-ed/todoapi

Simple todo api build using Node and MongoDB
https://github.com/thinkful-ed/todoapi

Last synced: 5 months ago
JSON representation

Simple todo api build using Node and MongoDB

Awesome Lists containing this project

README

          

# todoapi
Simple todo api build using Node and MongoDB

##To start MongoDB
```javascript
> mongod
```

##To start node server
```javascript
> node server.js
```