/game-release-calendar

My 100 Hours project. This app contains all of the games releasing in the next year and lets you create a list of games you want with the total price

Primary LanguageJavaScript

Install

npm install


Things to add

  • Create a .env file and add the following as key = value
    • PORT = 2121 (can be any port example: 3000)
    • DB_STRING = your database URI
    • CLOUD_NAME = your cloudinary cloud name
    • API_KEY = your cloudinary api key
    • API_SECRET = your cloudinary api secret

Run

npm start