Simple blog app built with Flask.
Contact
| Feature | Status |
|---|---|
| Azure deployment | ✅ |
| Azure data base feaute | ✅ |
| Azure AI | ✅ |
| Google generative AI | ✅ |
| User Page | ✅ |
| User Login | ✅ |
| User Points | ✅ |
| User Delete | ✅ |
| User Log Out | ✅ |
| User Sign Up | ✅ |
| User Name Change | ✅ |
| User Settings Page | ✅ |
| User Profile Pictures | ✅ |
| Admin Panel | ✅ |
| Dashboard Page | ✅ |
| Password Reset | ✅ |
| Password Change | ✅ |
| Summer Note Editor | ✅ |
| Search Bar | ✅ |
| Post Edit | ✅ |
| Post Views | ✅ |
| Post Delete | ✅ |
| Post Creation | ✅ |
| Comment | ✅ |
| Comment Delete | ✅ |
| Logging | ✅ |
| Debug Messages | ✅ |
| Database Checker | ✅ |
| Dark/Light Themes | ✅ |
| Responsive Design | ✅ |
| Custom Profile Picture | ✅ |
| User Verification | ✅ |
Requirements 📦
- Flask
- Passlib
- WTForms
- Flask-WTF
- Google-generative-AI api
- Flaskwebgui ( if you run desktop.py )
- Python 3.10 or newer
download source code from Github 💾
git clone https://github.com/Jerryblessed/importation.git
go to directory 📁
cd softwarebank
install requirements.txt 🔽
pip install -r requirements.txt
it's ready to run 🎉
python app.py
or
python desktop.py
for run flaskBlog as a desktop app 💯
clone repository
Go to the Azure
Signup and Login
click on 'create a resource'
click on 'create Web App'
Select code radio button for 'publish'
Fill in instance name
Select runtime stack as Python3.11
create database as MySQL 💾
configure github and select repo which contains the code
Review and create project 📁
wait for it to build then run the app using the created projects link 💯
click on Azure AI services
select 'computer-vision' and follow thorugh the step similar to installation guide for web app creation