Skip to content

This is going to be the full stack MERN project. Also I have used Material-UI for frontend.

Notifications You must be signed in to change notification settings

subhash00/MERN_STACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN_STACK

This is MERN stack project. Reactjs and Material-UI for frontend, Nodejs for backend, MongoDB for databse and Express server. This website fetches coranavirus stats for India and display the same in real time.

Preview

simple calculator

Website

Check the website here

About

  • Frontend
    • This frontend is made by Material-UI.
    • To manage state the project uses Redux.
    • This project uses fetch to get data from external API.
    • The server runs at local host port-3000.
  • Backend
    • Backend is supported by Express server.
    • Once you clone this repository, you have to update your mongoDB secret key in Config file.
    • I also JsonWebToken for auhentication of routes.
    • The server runs at local host port-5000.

Installation

Install the dependencies

$ npm install

Start server

$ npm start

License

MIT

github twitter Reddit YouTube

Releases

No releases published

Packages

No packages published

Languages