/bookstore

RESTful API for a bookstore with Clean Architecture

Primary LanguageGo

RESTful Bookstore API with Clean Architecture in Go

1 - Clone the repository

git clone git@github.com:XBozorg/bookstore.git

2 - Edit configuration files : docker-compose.yml and config/config.toml

3 - Build and run using docker compose

docker compose up