- Clone the repository
- Install the dependencies
npm install
- Run the app in devlopment environment:
- Go to configs folder,
cd configs
- Create a dev.env file,
touch dev.env
- Add following environment variables to the file:
NODE_ENV=Development
JWT_SECRET=<jwt-secret-of-your-choice>
JWT_EXP=7d
MONGODB_URI=mongodb://localhost:27017/auctionAPI
CLOUDINARY_CLOUD_NAME=<your-cloudinary-cloud-name>
CLOUDINARY_KEY=<your-cloudinary-key>
CLOUDINARY_SECRET=<your-cloudinary-secret>
- Finally start the app
npm run devstart
- Read the Code of Conduct first.
- Contibuting guidelines