This project was created using the following technologies.
-Html/Css/Javascript
-Node.js
-React.js
-MongoDB
-Redux
-Firebase
This is a web application built using MERN Stack (MongoDB, Express, React, Node.js). Installation
Clone this repository.
Navigate to the cloned directory: cd project-name
Navigate to the API folder: cd server
Run npm install command to install the API packages.
Start the MongoDB database: mongod
Run npm start command to start the API server.
You can check if the API is working by going to http://localhost:8800 in your browser.
Navigate to the client folder: cd client
Run npm install command to install the client packages.
Run npm start command to start the client server.
You can check if the application is working by going to http://localhost:3000 in your browser.