This project is for the Senior Enrichment portion of Fullstack Academy.
The site is for managing students and campuses of a university.
This project has been deployed via Heroku and can be accessed through the following link.
To run this project locally, clone the repo and run the following commands in your terminal. This will ensure proper package installation and data seeding.
npm install
npm run seed
npm run start:dev
Default data is included in the seed file.