Skip to content

prateek-chouhan05/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

MERN Blogging Application

A simple realtime Blogging web application. https://bloggs-app.netlify.app/

Tech used are

  • Nodejs
  • Expressjs
  • Reactjs
  • MongoDB - database
  • Socket.io - for realtime web applications

Backend/nodemon.json

{
  "env": {
    "MONGO_USER": "<MongoBD username>",
    "MONGO_PASSWORD": "<MongoBD password>",
    "MONGO_DEFAULT_DATABASE": "<Collection name>"
  }
}

Don't forget to create the above file with this configuration.

Development

Clone Repository

$ git clone https://github.com/Prateek9144/Blog.git

Install dependencies

$ cd Backend 
$ npm install
$ cd Frontend 
$ npm install

Start the app

Start Server

$ cd Backend 
$ npm start

Start application

$ cd Frontend 
$ npm start

Open a browser tab and write http://localhost:3000/ to see the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors