SVSU Course Scheduler
Welcome to the SVSU Course Scheduler.
Stack
This project is built using:
- NextJS
- Prisma
- TypeScript
- tRPC
- Tailwind
- DaisyUI React
With extra additional libraires:
- React Hook Forms
- Zod
- React Tabler Icons
- Classnames
Requirements
Running Locally
- Modify the
.env
file by creating a copy from the .env.example
file.
- Have a MySQL database installed with the configuration ready in
.env
- Now refresh the project with
yarn refresh
- This will install all needed packages
- And update any database schema migrations on the database
- Now run the local copy of the project with
yarn dev