Project for Database Systems class at UCF.
This is a website for events around a college campus. Users can create accounts, view events, and create events. Users see different events depending on the universities and organizations they are part of. More details in report.
- Set up Postgres database
- Run setupDatabase.sql on database
- Open a shell in the backend directory and another in the frontend directory
- In the backend directory, create a
.env
file defining these variables:DATABASE_CONNECTION_STRING
Postgres connection stringJWT_SECRET
a secret string of your choice
- Run
npm install
in both shells - Run
npm run dev
in both shells - Open http://localhost:5173/ in a browser to see the application