Skip to content

niksis02/book-store

Repository files navigation

Book Store application

Book Store is a simple Go back-end application to order/list books.

Getting Started

Run the application with docker:

Copy .env file

cp .env.sample .env

Run the application

make up

Run the application without docker

  1. Build the app
go build
  1. Create a postgres database instance.
  2. Configure environment variables in .env file.
  3. Run the application
./book-store

About

Test task book store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published