Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.3 KB

File metadata and controls

32 lines (28 loc) · 1.3 KB

Yummy Installation Manual

Team Puddlejumpers: Aaron Barthel, Lindsey Graham, Kenji Au, Tosin Olaniyi, Krisztina Pap


Requirements

This is a Windows OS (Windows 10) application.

Instructions

  1. Download repository from GitHub.
  2. Turn on XAMPP server
  3. Create env file
    • Open the “.env.sample” file located in the project root folder
    • Update the database server information to match your local setup
    • Save and rename the sample file to “.env”
  4. Open up command prompt, then:
    • Navigate to project folder
    • Run the command: “npm run install:all” (If you get prompted to install a certificate, click ‘yes’.)
    • Run the command: “npm run db:setup”
    • Run the command: “npm run start:all”
  5. Open a browser and navigate to “https://localhost:5001/”

Last Updated: December 8, 2020