Skip to content

GooseBumpsRust/GooseBumpsAllInOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooseBumpsAllInOne

This is the mono repo.

clone

This repo contains submodules so you have to clone it recursive:

git clone --recusive https://github.com/GooseBumpsRust/GooseBumpsAllInOne

Backend

Open a new console and move to backend folder. You need rust and cargo installed then you can build the backend.

cd GooseBumpsBackend
cargo build

When its builded you can start with cargo run.

The backends swagger ui should run now on http://localhost:8000/swagger-ui

Frontend

Open another console and move to the frontend. You need node installed with version at least 16.

cd GooseBumpsFrontend
npm install
npm run start

The frontend now runs on http://localhost:4200

About

This is the mono repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors