npm install
- Create a
.env
file in the config folder and add the following askey = value
- PORT = 8000 (can be any port example: 0219)
- DB_STRING =
your database URI
- CLOUD_NAME =
your Cloudinary cloud name
- API_KEY =
your Cloudinary api key
- API_SECRET =
your cloudinary api secret
npm start