Skip to content

cheaper-eater/backend

Repository files navigation

How to run

  1. Download and install the latest version of node 16 for your operating system
  2. Install git:
  3. Authenticate your Github account with Git:
  4. Clone this repo using your command line
    • git https://github.com/cheaper-eater/backend.git
  5. Setup env variables
    • navigate to the project directory you cloned
    • in the root of the project, create a plain text file called .env
    • in the .env file you just created, add the following lines
      MONGO_URI=mongodb+srv://cheapereater:<password>@<mongo_domain>
      DOMAIN=<domain>
      DOORDASH_DEFAULT_AUTH_TOKEN=<token>
      DOORDASH_GUEST_EMAIL=<email>
      DOORDASH_GUEST_PASSWORD=<password>
      GRUBHUB_CLIENT_ID=<id>
      GRUBHUB_XPX_TOKEN=<token>
      
    • the values for the env variables can be found the the Discord's credential's channel
  6. Build and run:
    • in your command line, run npm install to install all of the project dependencies
    • run with npm run start

Releases

No releases published

Packages

No packages published