Blog Project made with Flask
- Users can register and login.
- Users can send an e-mail from the contact section.
- Admin can publish blog posts.
- Users can comment on posts.
- Admin can show favorite movies on index page.
- All logs are shared with telegram bot.
- Different quotes every time the page is refreshed
To get started with the Blog, you'll need to have the following dependencies installed on your machine:
Follow these steps:
- Clone the repository:
git clone https://github.com/erkamesen/blog-flask.git
- Navigate to the directory:
cd blog-flask
- Set telegram and SMTP API tokens
- Install dependencies
pip install -r requirements.txt
- Run the application:
flask --app main run
Blog project should now be running on your local machine at http://localhost:5000