Book Store is a simple Go back-end application to order/list books.
Copy .env file
cp .env.sample .env
Run the application
make up
- Build the app
go build
- Create a postgres database instance.
- Configure environment variables in .env file.
- Run the application
./book-store