Skip to content

Example of multicontainer app with Docker (CRUD API for MySQL database)

License

Notifications You must be signed in to change notification settings

emille42/Docker-FastAPI-MySQL-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUN THIS APP:

  1. Open the root directory of this application
  2. Run command:
    docker compose up -d
  3. Follow link for use FastAPI with Swagger UI:
    http://localhost/docs
  4. Or connect to mysql server from within container with next command:
    docker exec -it mysqlserver mysql -uroot -ppassword
  5. Stop application with next command (if you are in root directory):
    docker compose down

About

Example of multicontainer app with Docker (CRUD API for MySQL database)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published