For the application to work you will need to have a PostgreSQL database.
Before running, replace the password and database values in database.js with your database information.
Navigate to the backend directory
cd backend
Install the dependencies
npm install
Start the server
npm run start
Navigate to the frontend directory
cd frontend
Install the dependencies
npm install
Run the project
npm run serve