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-Assignment
Go to the project directory
cd my-project
Install dependencies over both frontend and backend folder respectively.
npm install
Start the frontend
cd frontend
npm run dev
Start the server
cd backend
npm start
After successfully running the project it must look like below.