Root repository for virtual team project in course DV1676 at BTH.
This repository was created for the course Software Development in Virtual Teams at BTH. The repository contains a system for managing a e-bike renting service complete with database, backend and three frontend options. To run the system run the docker compose file.
The repository is divided into services and every subsystem has its own folder. Check out the service folder for an overview of the subsystem. All subsystem has its own README-file containing more information.
To run the system use the command <docker-compose up --build> in the service-directory. To run the simulation run <env=sim docker-compose up --build> instead in the same directory.