Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmnouira/flask_blog
- Owner: ahmnouira
- License: mit
- Created: 2019-03-30T17:27:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:34:15.000Z (11 months ago)
- Last Synced: 2024-05-21T03:03:42.452Z (6 months ago)
- Topics: blog-platform, bootstrap, chat-application, face-detection, flask, flask-mail, flask-sqlalchemy, html5, mail, python
- Language: Python
- Homepage: http://ahmed-nouira-blog4.herokuapp.com
- Size: 75.1 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/