A simple API to manage book lists, using Fiber and PostgreSQL.
- Web Framework: Fiber.
- Database: PostgreSQL.
- ORM: GORM
- Developments: Docker
Clone the project
git clone https://github.com/irfnd/go-buksGo to the project directory
cd go-buksInstall dependencies
go mod download && go mod verifySetup Database
cd databasedocker-compose up -dCopy .Env
cp .env.example .envStart the server
go run .You can view the API documentation at http://localhost:8080/docs
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature - Commit your Changes
git commit -m '[Add] - some AmazingFeature - Push to the Branch
git push origin feature/AmazingFeature - Open a Pull Request
Distributed under the MIT License.