Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.51 KB

WEB_FLASK.md

File metadata and controls

47 lines (31 loc) · 1.51 KB

HolbertonBnB - Web Flask 🌐

HTML files for HolbertonBnB are rendered by this application server, built in Python Flask and using Jinja2.

Source code.

Dependencies 👫

Application:

Tool/Library Version
Python ^3.6.4
Flask ^1.0.3
Flask-socketio ^5.0.0

Usage 🏃

Assuming the above dependencies have been installed, the app server can be started using the following command:

python3 -m web_flask.app:app

Of course, the server is truly only functional in conjunction with the HolbertonBnB API.

The server for the web terminal can be started using the following command:

python3 -m web_terminal

Files 📁

Routes 🚈

Author ✒️

Chigozirim Igweamaka - <iChigozirim>