FlaskyBlog is a social blogging web application made with Flask. It allows users to register,login and more like posting and liking
Nathan Kimutai[(https://github.com/aitumik)]
If you have a linux distro then you would setup this project by following the below instructions.
- Clone the repository to your local machine
$ git clone https://github.com/aitumik/Flasky
- Change the working directory to the cloned application
cd Flasky
- Install all the requirements
pip3 install -r requirements.txt
Export the following envrironment variables for confirmation emails to be sent
export MAIL_ADMIN=<YOUR ADMIN MAIL>
export MAIL_SENDER=<YOUR MAIL SENDER>
export MAIL_USERNAME=<YOUR MAIL USERNAME>
export MAIL_PASSWORD=<YOUR MAIL PASSWORD>