Skip to content

JoshuaMeza/Admin2_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Admin2_Backend

Run the application

Be located at the root of the ams_backend project

  1. Update the docker-compose.yml file with your mysql root password in the MYSQL_ROOT_PASSWORD variable.
  2. Run the command docker-compose build
  3. Run the command docker-compose up

Optional: Run the docker-compose build --no-cache command on error.

To verify that everything is working, you can visit the path http://localhost:8080/docs where you will see a method that returns a string of characters with a hello world!