Skip to content
Snippets Groups Projects
Lara Blersch's avatar
#15 when filter option is selected, the page is reloaded; added button to clear the garden
Blersch Lara authored
4d9a9c91
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