Skip to content
Snippets Groups Projects

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