Skip to content

awwwm4n/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO CRUD Booksotre app with MYSQL DB and complete docker compose setup

Add the values for the env variables in the .env file

  • DB_ROOT_PASSWORD=root_user_password
  • DB_USER=db_user
  • DB_NAME=db_name
  • DB_PASSWORD=db_password

Run the following commands to build and spin up the containers

docker compose build
docker compose up

About

A basic GO CRUD app with MYSQL DB showcasing how to use Dockerfile and docker compose

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published