Skip to content

Full stack react app backed by NodeJS + Express and MongoDB database.

License

Notifications You must be signed in to change notification settings

gauraws/react_blogpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full stack react app backed by NodeJS + Express and Mongodb

This is simple full react app where you can perform CRUD operation. React is used as frontend and Node + Express is used as backend.

To use the app, clone or fork first

Install node_module for client and server both

Goto client folder and run: npm install.

In root directory: npm install

To run the app(from root directory)

Start client: npm run client
Start server: npm start

Don't forget to use your own MongoDB connection string

Live demo

https://react-blogpost.herokuapp.com

About

Full stack react app backed by NodeJS + Express and MongoDB database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published