- Clone the repository.
- cd into the server directory and run
npm install - Create a dotenv file in the directory and paste the following in it:
MONGO_URL = '<YOUR_MONGODB_ATLAS_URL>'
JWT_SECRET = 'some random string'
PORT = 3001
- Replace the placeholder with your own data.
- Run
npm start. The server will run on port 3001 - In a new terminal, cd into the client directory and run
npm install - Once all packages are installed, run
npm start. The frontend will run on localhost:3000.
Deployed App Guest Credentials:
- Email: guest@email.com
- Password: guest