GitHub - Himansipatel/node_workshop: Build an API for your next web application, using Node, Express and MongoDB · GitHub
Skip to content

Himansipatel/node_workshop

 
 

Folders and files

Repository files navigation

Node workshop

to follow workshop:

$ git checkout dev
$ node server.js

to dev latest

$ git checkout master
$ npm start

Create a .env file on root

NODE_ENV=development
PORT=4000
MONGO_DB_CONNECTION_STRING=YOUR_CONNECTION_STRING_HERE
# API keys go here

About

Build an API for your next web application, using Node, Express and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 76.9%
  • HTML 22.0%
  • CSS 1.1%