First Clone the Repository
Setting up the Backend Developemt Server:
cd server
npm install
npm run devSetting up the Frontend Developemt Server:
cd client
npm install
npm run devCredentials:
User Credentials:
Email: user@gmail.com
Password: userAdmin Credentials:
Email: admin@gmail.com
Password: adminSetup the .env File:
PORT = 8080
MONGO_URI =
JWT_SECRET =
CORS_ORIGIN =