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
to do: instructions for adding initial data
- Open a shell in the backend directory and another in the frontend directory
- In the backend directory, create a
.envfile defining these variables:DATABASE_CONNECTION_STRINGPostgres connection stringJWT_SECRETa secret string of your choice
- Run
npm installin both shells - Run
npm run devin both shells - Open http://localhost:5173/ in a browser to see the application




