YinhaoHe / REST-API

REST-API build with Node.js, Express, & MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST-API

REST-API build with Node.js, Express, & MongoDB

brew services run mongodb-community

brew services stop mongodb-community

check https://zellwk.com/blog/install-mongodb/ for detail about mongodb

alias mongod='brew services run mongodb-community'

alias mongod-status='brew services list'

alias mongod-stop='brew services stop mongodb-community'

npm 6.5.0

node.js

npm express mongoose

npm dotenv nodemon

.env -- environment variables

.gitignore -- ignore the .env & node_modules files

About

REST-API build with Node.js, Express, & MongoDB


Languages

Language:JavaScript 85.8%Language:Shell 14.2%