Helsingin yliopiston Ohjelmistotuotantoprojektin harjoitustyö 2024. Harjoitustyön aiheena on toteuttaa ohjelmistoratkaisu pyörävarkauksien ehkäisemiseen.
- Navigate to server directory and install dependencies by using the following command:
npm install- Set DATABASE_URL and TEST_DATABASE_URL in .env file
DATABASE_URL = your_database_url
TEST_DATABASE_URL = your_test_database_url- Run the server with the following command:
npm run dev- Navigate to client directory and install dependencies by using the following command:
npm install- Run the client with the following command:
npm run dev- Open the client in the following url:
http://localhost:5174/