This is a blog site that I made while learning development in flask micro-framework.
- Import the code into a directory
- make .env file and customize it according to .env.example
- Install apache server and mysql DB
- Configure the database with the Models given in "main.py"
- Run the application and enjoy!!
git clone https://github.com/BhairuTribrid/flask-blog
cd flask-blog
docker-compose up --build
visit localhost:http://localhost:5000/