Skip to content

junaidiar19/express-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors