Skip to content

ragabi-ops/go-mysql-angular-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System requirements

You need to have Docker, And Docker-Compose installed in order to build and run the application. No additional tools required.

To install docker-compose Run the Following

  1. Downlaod using this command
     sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  2. Grant The binery execute priv
     sudo chmod +x /usr/local/bin/docker-compose

How to build and run

  1. Build the images
    docker-compose build
  2. Spin up the continers:
    docker-compose up

Access the application via http://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors