Dinghow / MrDiet

An application about healthy diet, focusing on the daily diet planning, using flask for backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MrDiet

An application about healthy diet

Platform: Android

Deployment:

  • build dockder image:

docker build -t myflask .

  • Run a container based on your image:

docker run -d --name myflask_1.0 -p 580:80 myflask

About

An application about healthy diet, focusing on the daily diet planning, using flask for backend.


Languages

Language:Python 99.6%Language:Dockerfile 0.4%