This project consists of a client-server application.
- Navigate to the root folder
- Install dependencies:
npm install
- Create a
.env
file and configure environment variables:MONGO_URI
,JWT_SECRET
andPORT
- Navigate to the
frontend
folder:cd frontend
- Install dependencies:
npm install
- Start the client and server concurrently:
npm run dev
- The application will be accessible in your browser.
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-feature
- Submit a pull request