Install

npm install


Things to add

An account on cloudinary is required for the storage of images to work

  • Create a .env file and add the following as key = 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

Run

npm start