Skip to content

Simple blog application uisng react and node js as backend

Notifications You must be signed in to change notification settings

avinashbuddana/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SIMPLE BLOG APPLIATION USING REACT AND NODE

Simple blog created using React.js & Node.js

Prerequisites

Make sure you have these installed on your machine

  • Node.js
  • MongoDB
  • npm This comes with Node.js, but make sure you check if you have it anyway

Installing packages

Install backend packages

cd server/
npm i

Install frontend packages

cd client/
npm i

Running the app

To run the app (dev. mode)

cd server
node app.js

cd client
npm start

Built With

About

Simple blog application uisng react and node js as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published