Application Running Details - RAMINI2705/Exercise-N1 GitHub Wiki

Step 1: Create a project with express and node js

Step 2: Install all the required dependencies using npm I express MongoDB mongoose js

Step 3: Create the database for this app using MongoDB atlas and also create the collection and insert data into the collection and Retrieve data created from the database and it can be verified by using the localhost/db URL.

Step 4: Do "npm start". This will run the server locally.

Step 5: Push your code to the Github repository and make it public

Step 6: Creating Heroku app in the ide terminal with the following commands

Step 3: Now you can view the "frozen-anchorage-84476" app running successfully using the URL link

https://frozen-anchorage-84476.herokuapp.com/db

Step 4: Screenshot of "frozen-anchorage-84476.herokuapp" running successfully on Heroku cloud running on free dynos and web npm start being the main page.