npm install
An account on cloudinary is required for the storage of images to work
- Create a
.env
file and add the following askey = value
- PORT = 3000 (or any of your preference)
- DB_STRING =
your mongodb database URI
- CLOUD_NAME =
your cloudinary cloud name
- API_KEY =
your cloudinary api key
- API_SECRET =
your cloudinary api secret
npm start