Skip to content

acm-svnit/Nodejs_Backend_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Backend Applications using Node.js & MongoDB

Starter Kit

Find all the prerequisite setups here

Presentation

Find the presentation used in the session here

CRUD Application Routes

Installation

  • Clone the repository and navigate into the respective folder

  • Install the required npm packages : npm install

  • For the "CRUD Application" you'll need to create a MongoDB URI connection. Then in app.js line 14 replace "YOUR_MONGODB_URI" with your own MongoDB URI. For example,

    mongodb+srv://<username>:<password>@cluster0.n0t8d.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published