Skip to content
Snippets Groups Projects
Lukas Karsch's avatar
#51 fix small issues after merging
Karsch Lukas authored
a349c282
History

GrowBros

How to run

Backend

In order to run the backend, you will have to go into your pom.xml and install all dependencies by clicking on the tiny maven icon. Then, run the "GrowBrosApplication". The API can be accessed at http://localhost:8080 by default

Frontend

Go into the "growbros-frontend" folder and open it in VSCode. Run "npm install" (Node.js must be installed). Then, type "npm run dev".

Documentation

How to run our project is documented in this README. The different features are listed in the CHANGELOG.

Our architectural decisions are documented as ARDs in the Gitlab Wiki as well as our reflections.

Links