- Auth.
- CRUD operations.
- Full responsivenes.
- Security.
- Form security enchanced.
- Create, delete and update post.
-
U can view all the post u have.
-
Delete posts.
-
Go to the post selected.
- When creating your post, u are seing how will be to your end reader, asuring expected final results.
git clone https://github.com/Aleavy/Flask_Web-Blog.git
pip install -r requirements.txt
python -c 'import secrets; print(secrets.token_hex())'
SECRET_KEY = "First Secret KEY here"
STRIPE_API_KEY = 'Second Secret KEY here'
SQLALCHEMY_DATABASE_URI = "sqlite:///name_of_your_database.db"
ADMIN_EMAIL = "admin mail"
ADMIN_PASSWORD = "password here
#Optional If u want the page with preloaded posts for testing or for seing the aesthetic, if not just dont define it.
CREATE_TEST_POSTS = "TRUE"
python run.py
This project is under MIT license, more info in LICENSE.txt