Skip to content

Bicyclesafe/bikesafe

Repository files navigation

Bicycle theft prevention society

Helsingin yliopiston Ohjelmistotuotantoprojektin harjoitustyö 2024. Harjoitustyön aiheena on toteuttaa ohjelmistoratkaisu pyörävarkauksien ehkäisemiseen.

Deployment pipeline

Documentation

Installation

  1. Navigate to server directory and install dependencies by using the following command:
npm install
  1. Set DATABASE_URL and TEST_DATABASE_URL in .env file
DATABASE_URL = your_database_url
TEST_DATABASE_URL = your_test_database_url
  1. Run the server with the following command:
npm run dev
  1. Navigate to client directory and install dependencies by using the following command:
npm install
  1. Run the client with the following command:
npm run dev
  1. Open the client in the following url:
http://localhost:5174/

About

Helsingin yliopiston Ohjelmistotuotantoprojektin harjoitustyö. Harjoitustyön aiheena on toteuttaa ohjelmistoratkaisu pyörävarakauksien ehkäisemiseen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors