Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmnouira/flask_blog

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.
https://github.com/ahmnouira/flask_blog

blog-platform bootstrap chat-application face-detection flask flask-mail flask-sqlalchemy html5 mail python

Last synced: 9 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](/images/github_images/register.png)
![talk_page](/images/github_images/talk.png)
![webcam_page](/images/github_images/webcam.png)

## Running this app locally

1. [install Python][]
1. cd into this project's root directory
1. Run `pip install -r requirements.txt --upgrade` to install the app's dependencies
1. Run `flask run` to start the app
1. Access the running app in a browser at the URL written to the console (most likely )

[Install Python]: https://www.python.org/