https://github.com/jakbin/flask-blog
A blogging website with flask python
https://github.com/jakbin/flask-blog
blog blogging blogging-site flask flask-blog flask-blog-python3 flask-blogging python
Last synced: about 2 months ago
JSON representation
A blogging website with flask python
- Host: GitHub
- URL: https://github.com/jakbin/flask-blog
- Owner: jakbin
- Created: 2021-12-13T19:30:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T13:46:20.000Z (over 4 years ago)
- Last Synced: 2025-03-21T21:44:32.045Z (about 1 year ago)
- Topics: blog, blogging, blogging-site, flask, flask-blog, flask-blog-python3, flask-blogging, python
- Language: HTML
- Homepage: https://flask-bloging.herokuapp.com/
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_pass.py
Awesome Lists containing this project
README
# A Blogging website using Flask Python
[](https://github.com/jakbin/flask-blog/actions/workflows/deploy.yml)



## we use sqlite database for better devlopment support
note:- heroku does not detect changes in sqlite after restart. You need to use any other database.
## Admin Page :-
Admin page at **/dashboard**
username : - admin
password :- admin
(**You must change it before deploy on server**)
## Change password :-
**For changing Admin Dashboard password run change_pass.py**
Open config.json and change configuration according to your mind.
### Available ophtions in config.josn:-
* 1. Mysql database Path
* 2. Sqlite3 database Path
* 3. Facebook Url
* 4. Twitter Url
* 5. Github Url
* 6. Blog Name
* 7. Gmail id
* 8. Gmail Pass
* 9. **Number of Post per page on home page** (Importent)
* 10. Post Writer name (i will remove it after some time)
* 11. Image Upload Path
note:- After changing configuration in josn file restart server manually
## Todo-List
- [x] Secure Login
- [x] Secure File Upload
- [x] UI Improvements
- [x] About Page Improvements
- [ ] Uploaded Images Viewer
- [ ] Post View counter
- [x] Improve Search Functionality
- [ ] Blueprint (Not yet)
[Static FIles & ngrok](staticFiles&Ngrok.md)