this is the flask web application
Welcome to the Flask-Chat wiki!
How to **Run** this Flask Application
Make sure you have **Python3** installed in your pc
**Clone **this repository in your terminal using
git clone https://github.com/dibashthapa/Flask-Chat.git
Change your directory to the Flask App using
cd Flask-Chat
Activate virtual environment
source venv/bin/activate
Run the app using
python3 main.py