This project uses React, TypeScript and Tailwind and is made using MERN Stack.
To run this project
- Clone the repository
- run command 'npm install' for both client and server folders
- Inside server folder make a .env file and store your own credentials for the following:
- MONGO_URI
- PORT
- CLOUDINARY_CLOUD_NAME
- CLOUDINARY_API_SECRET
- JWT_SECRET
- CLIENT_ORIGIN
- Finally run command 'npm run dev' for both the folders.