Skip to content
Snippets Groups Projects
user avatar
#43 use growbros fetcher for Wunschliste and Garten, improve FetchResult type,...
Lukas Karsch authored
#43 use growbros fetcher for Wunschliste and Garten, improve FetchResult type, PlantDetails uses path param now
1863e1c4
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".

Links