API Rest, made in Go, to manage your books
- Put database configuration in
.env
file - API documentation
- Deploy
- Go 1.16+
- Your favorite IDE
- Go
- Gin
- Go-ORM
- PostgreSQL
# Repository clone
$ git clone https://github.com/ImGabreuw/books-api.git
# Go to the application directory
$ cd books-api
# Start database
$ docker-compose up -d
# Run application
$ go run main.go
Go to http://localhost:5000/api/v1/books/
To contribute to books-api, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b feature/<feature>
. - Make your changes and confirm them:
git commit -m 'some description of feature'
- Send to the original branch:
git push origin <branch>
- Create the pull request.
Alternatively, refer to the GitHub documentation at how to create a pull request.
We thank the following people who contributed to this project:
ImGabreuw |
Want to be part of this project? Click HERE and read how to contribute.
This project is under license. See the archive LICENSE for more details.