Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

MacKarp/Homebrewing-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

Docker and Docker Compose

Backend Backend CI

Windows:

To start latest master version of backend run: Backend-Start.bat

To stop latest master version of backend run: Backend-Stop.bat

To build and start debug version of backend run: Backend-Start-DEV.bat

To stop debug version of backend run: Backend-Stop-DEV.bat

Linux:

To start latest master version of backend run: Backend-Start.sh

To stop latest master version of backend run: Backend-Stop.sh

To build and start debug version of backend run: Backend-Start-DEV.sh

To stop debug version of backend run: Backend-Stop-DEV.sh

Frontend

Windows:

To start latest master version of frontend run: Frontend-Start.bat

To stop latest master version of frontend run: Frontend-Stop.bat

To build and start debug version of frontend run: Frontend-Start-DEV.bat

To stop debug version of frontend run: Frontend-Stop-DEV.bat

Linux:

To start latest master version of frontend run: Frontend-Start.sh

To stop latest master version of frontend run: Frontend-Stop.sh

To build and start debug version of frontend run: Frontend-Start-DEV.sh

To stop debug version of frontend run: Frontend-Stop-DEV.sh

Other

Backend API Documentation can be found: http://localhost:8080/swagger

Backend API Logs can be found: http://localhost:5341/

Frontend can be found: http://localhost:3000/