Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs and Database (MongoDB) Free Cluster *Required

// Setup Database at MongoDB

Create .env file

Create a .env file to store your credentials. Example below:

MONGODB_URI=mongodb+srv://<username>:<password>@clusterName.xxxxxxx.mongodb.net/blog
JWT_SECRET=jwtsecret

start on terminal

// npm install - to install dependencies // npm run start - start server (or) npm run dev - start server as dev mode

About

This is a simple blog page with nodejs, express and mongoDB. This is not my own project. This project is just a proof of learning nodeJS, Express and MongoDB usage and their integration to create a blog page. All credits are given to Net Ninja [ https://www.youtube.com ].

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages