- NodeJS v20.14+
- Email: [email protected]
- Password: password
- Clone this repository code to your local device.
- Open a terminal and navigate to the project directory
- Run the command "cd backend" to move into the backend directory
- Install the backend packages using "npm i"
- Start the server by running "npm run dev"
- Without closing the first terminal, open a second terminal and navigate to the project directory again
- Run the command "cd frontend" to move into the frontend directory
- Install the frontend packages using "npm i"
- Start the app by running "npm run dev"
- Navigate in your browser to http://localhost:5173/
- Enter login credentials listed above to test
Make sure ports 8080, 8081, and 5173 are open to run this app.