Skip to content

soumit4646/blog-website-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogify

Blogify: simple app made using Node.JS, Express, MongoDB, EJS

where user can create blog and comment on other users blog

Installation

  1. Create a .env file to store your credentials. Example below:
PORT=3000
MONGODB_URL=mongodb+srv://<username>:<password>@mongodburlhere
SECRET=YOUR_JWT_SECRET
  1. To install and run this project - install dependencies using npm and then start your server:
$ npm install
$ npm start

About

Blog Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published