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

https://github.com/webmasterdevlin/todoinnodejs

Nodejs webserver for a ToDo app
https://github.com/webmasterdevlin/todoinnodejs

Last synced: about 1 year ago
JSON representation

Nodejs webserver for a ToDo app

Awesome Lists containing this project

README

          

# TodoNodejsAPI
Node webservice with Mongodb

--SET UP--

npm init

npm i express

npm i mongoose

npm i nodemon

npm i body-parser

npm i --save-dev babel-cli babel-preset-es2015 babel-preset-stage-0

In package.json, add this below the scripts -> test. "start": "nodemon ./server.js --exec babel-node -e js"

npm start