Blog system backend (without frontend) writed on python flask framework. Built-in CKEditor
- Add new post
- Delete Post
- Edit Post
Clone this repository and start the server.
git clone https://github.com/Kuduxaaa/blog-backend
export FLASK_APP=main.py
flusk run
Admin authentification information
Admin Page: /admin
Password | |
---|---|
admin@blog.com | admin |