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.
Check the website here
- 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.
Install the dependencies
$ npm install
Start server
$ npm start
MIT