Skip to content

This is a social chat blog web-based application, where people can create their accounts and start communicate to each others by sending real time messages or via emails.

License

Notifications You must be signed in to change notification settings

ahmnouira/Flask_Blog

Repository files navigation

MyBlog

This is a social blog web based application where people can talk using real time messages

Overview

Some photos about this project: register_page talk_page webcam_page

Running this app locally

  1. install Python
  2. cd into this project's root directory
  3. Run pip install -r requirements.txt --upgrade to install the app's dependencies
  4. Run flask run to start the app
  5. Access the running app in a browser at the URL written to the console (most likely http://localhost:5000)