##Getting Started
npm install cd client npm install cd .. cd server npm install cd .. npm start
This will run front end vite app on 5173 and server on 8080. You should see "Server running on port 8080. Connected to the PostgreSQL database." in the terminal.