Skip to content

inprinte/backoffice-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inprinte Backoffice-backend

This is the backend part of the backoffice part

Installation

To run the project, you need golang 1.17, so you can install it using this link

Run Locally

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 

Deployment

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

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published