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
- Host: GitHub
- URL: https://github.com/thinkful-ed/todoapi
- Owner: Thinkful-Ed
- License: mit
- Created: 2016-05-24T13:17:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T06:58:18.000Z (almost 10 years ago)
- Last Synced: 2023-05-09T21:10:36.849Z (about 3 years ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```