diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ # FlixRec -a content based movie recommendation system
\ No newline at end of file +a content based movie recommendation system + +## Deploy Flask App + +``` +poetry shell # python3 -m venv my_env && source my_env/bin/activate +poetry install +waitress-serve --port=8041 app:app +```
\ No newline at end of file |