acm-svnit / Nodejs_Backend_Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:EJS 69.9%Language:CSS 17.4%Language:JavaScript 12.7%