Magus4450 / menu-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker commands

  • Building image
docker build --tag <name> .
  • Running Container
docker run --publish 8000:8000 <name>
  • Getting into container
docker exec -t -i <containerId> bash

API Documentation

http://localhost:8000/api/schema/swagger-ui/

About


Languages

Language:Python 99.5%Language:Dockerfile 0.5%