This is the backend part of the backoffice part
To run the project, you need golang 1.17, so you can install it using this link
Clone the project
https://github.com/inprinte/backoffice-backend.git
Go to the project directory
cd backoffice-backend
Start the server
go run main.go
To deploy this project
Clone the project
https://github.com/inprinte/backoffice-backend.git
Go to the project directory
cd backoffice-backend
Build the docker image
docker build --tag inprinte-backoffice-backend .
Run the docker image specifying the port
sudo docker run -d -p 8081:8080 inprinte-backoffice-backend