Skip to content

phucdc/hoc-tieng-trung

Repository files navigation

Hoc tieng trung web

Install pip requirements:

$ pip3 install -r requirements.txt

Run with python flask:

$ python3 app.py

Or run with gunicorn:

$ gunicorn -b <ip_host>:<port> app:app

Or run with docker:

$ docker build -t <tag> .
$ docker run -dit --name <container_name> -p <port>:8000 <tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published