Book Shop is an API template inspired by a book buying and selling service with multiple functions such as authorization, authentication, publishing, sales, inventory and others, allows it to be a guide for developers starting to code in golang.
-
Environment: You can define your environment variables in the file
.env
and use the.env_example
file as an example. -
Start the service: There are two ways:
-
Docker:
docker-compose up
-
Golang:
go run src/main.go
-
You can consult the documentation of the resources through the following url:
The license for this project is MIT and you can check it here
If you want to contribute to the project, keep the following in mind 📖