This is the mono repo.
This repo contains submodules so you have to clone it recursive:
git clone --recusive https://github.com/GooseBumpsRust/GooseBumpsAllInOneOpen a new console and move to backend folder. You need rust and cargo installed then you can build the backend.
cd GooseBumpsBackend
cargo buildWhen its builded you can start with cargo run.
The backends swagger ui should run now on http://localhost:8000/swagger-ui
Open another console and move to the frontend. You need node installed with version at least 16.
cd GooseBumpsFrontend
npm install
npm run startThe frontend now runs on http://localhost:4200