This project is build using ReacJs, Express and MongoDB for database and authorization is done using JWT.
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URL
SECRET
PORT
Clone the project
git clone https://github.com/NigamDevansh/The-Internet-folks-AssignmentGo to the project directory
cd my-projectInstall dependencies over both frontend and backend folder respectively.
npm installStart the frontend
cd frontend npm run devStart the server
cd backend npm startAfter successfully running the project it must look like below.









