Skip to content

Mvlprem/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Simple Blog created with Nodejs, Express & MongoDB.

Demo : Blog

Quick Start

To get this project up and running locally on your computer:

  1. Clone this repository

    git clone git@github.com:Mvlprem/blog.git
  2. Install the required packages in the root of your clone of this repo

    npm install
  3. Run the server, using the below command

    npm run devstart
  4. Open a browser to http://localhost:3000/ to open the blog site.

Note: The library uses a MongoDB database hosted on MongoDB Atlas. You should use a different database for your own code.

// .env
SECRET = 'your_secret_for_session'
MONGODB_URI = 'insert_your_database_url_here'

About

Simple Blog created with Nodejs, Express & MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published