Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 773 Bytes

File metadata and controls

46 lines (29 loc) · 773 Bytes

Blog Ninja

This is a simple web application for learning purpose about node.js, express.js & mongodb from my favorite youtube channel is The Net Ninja

Installation

Install the project by following this command:

npm install

Setup .env

Setup your .env by following this command:

touch .env

Add your mongodb connection url:

MONGO_CONNECT="URL_HERE"

You can get the url after register and create connection on MongoDB Cloud: https://cloud.mongodb.com/

Run Development Server

Run the application by following this command:

npm run dev

Run in the Browser

Access the url on the browser:

localhost:3001

Happy Coding