CISCapstone2023 / svsu-course-scheduler

A course scheduler for SVSU
2 stars 0 forks source link

SVSU Course Scheduler

Welcome to the SVSU Course Scheduler.

Stack

This project is built using:

With extra additional libraires:

Requirements

Running Locally

  1. Modify the .env file by creating a copy from the .env.example file.
  2. Have a MySQL database installed with the configuration ready in .env
  3. Now refresh the project with yarn refresh
    • This will install all needed packages
    • And update any database schema migrations on the database
  4. Now run the local copy of the project with yarn dev