Skip to content

niksis02/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors