https://github.com/mohd-faizy/blogging-website-using-flask
This is the a Blogging Website created Using Flask
https://github.com/mohd-faizy/blogging-website-using-flask
flask flask-application flask-login flask-sqlalchemy python
Last synced: about 2 months ago
JSON representation
This is the a Blogging Website created Using Flask
- Host: GitHub
- URL: https://github.com/mohd-faizy/blogging-website-using-flask
- Owner: mohd-faizy
- Created: 2021-01-26T19:48:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T21:42:07.000Z (over 5 years ago)
- Last Synced: 2025-01-12T18:33:34.548Z (over 1 year ago)
- Topics: flask, flask-application, flask-login, flask-sqlalchemy, python
- Language: JavaScript
- Homepage:
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogging Website Using Flask
This is the a Blogging Website created Using Flask
# Website Preview
## __HOME__
## __ADMIN__
## __LOGIN__
# Package Installation
```bash
pip install flask
pip install flask-sqlalchemy
pip install Werkzeug
pip install Flask-Mail
```