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
- Host: GitHub
- URL: https://github.com/webmasterdevlin/todoinnodejs
- Owner: webmasterdevlin
- Created: 2018-04-22T06:42:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T06:45:19.000Z (about 8 years ago)
- Last Synced: 2025-01-26T13:30:11.899Z (over 1 year ago)
- Language: JavaScript
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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