The client is built using React/Vite.
- Install Node 18 or the LTS version of Node.
- Open the client directory
cd client. - Install npm dependencies
npm install. - Run the client
npm start.
-
Open the server directory
cd server. -
Install npm dependencies
npm install. -
Create .env file that contains the following values
PORT="NUMBER" MONGODB_URI="mongodb://[Username:Password(optional)]@HostName:Port/?aruguments" JWT_TOKEN_SECRET="STRING" // To upload images to Cloudinary CDN // Not required if you're not planning to upload images CLOUDINARY_API_KEY="NUMBER" CLOUDINARY_API_SECRET="STRING" CLOUDINARY_NAME="STRING" CLOUDINARY_URL="URL" -
Run the server
npm start.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Under this license, you may not use this project for:
- Commercial Purposes
- Distributing this project after modifying it
- You may not use this without appropriate attribution

