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 versionIf 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.gitGo to the project directory
cd bdsInstall dependencies
make tidyStart books-api service locally
make runShutdown books-api service
ctrl+cClean up project directory
make clean