- Install
goanddockerin you local device - Once you have installed
gocheck theGOPATHof your machine by using thego envcommmand in the terminal - Navigate to the
GOPATH - In
GOPATHcreate a new directoriessrc,github.com, andSchulichRacingElectrical. You should have this folder structure
GOPATH
└───src
└───github.com
└───SchulichRacingElectrical
- Inside
SchulichRacingElectricaldirectory, clone this repository - Navigate to
srv-database-ms - Add the
firebase_config.jsonfolder in theconfigdirectory- Will need to create
configdirectory
- Will need to create
- Run the command
docker compose upto start the server inside a docker container- The server will be using port
8080so make sure that no other processes is using that port - Once the server starts, it should display all available endpoints
- If using a Linux device, download
docker-composeand usedocker-compose upto start container
- The server will be using port
Crt-dto kill the container