hovanvydut / pbl6-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUIDE

Install local

make install-local
make run

Go to localhost:8000/docs to view swagger page

Build image docker

  1. Build base image
cd ./base-image
make build
# push image to docker hub
make push
  1. Build the application image
make dc-up

Go to localhost:3333/docs to view swagger page

About


Languages

Language:Python 70.7%Language:Dockerfile 14.8%Language:Makefile 14.5%