This section is still in progress.
This section is still in progress.
Running this project locally assumes you have installed version of Go 1.19
or higher.
In order to make sure your environment is set up properly run the following command:
go version
If you don't have your local installation of Go follow the installation guide from: https://go.dev
Clone the project
git clone https://github.com/tchorzewski1991/bds.git
Go to the project directory
cd bds
Install dependencies
make tidy
Start books-api service locally
make run
Shutdown books-api service
ctrl+c
Clean up project directory
make clean