Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
/ flaskscribble Public archive

Flaskscribble is a social blogging application made with love with Flask.Try it out!

Notifications You must be signed in to change notification settings

aitumik/flaskscribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskyBlog

FlaskyBlog is a social blogging web application made with Flask. It allows users to register,login and more like posting and liking

Author

Nathan Kimutai[(https://github.com/aitumik)]

Installation

If you have a linux distro then you would setup this project by following the below instructions.

  1. Clone the repository to your local machine
$ git clone https://github.com/aitumik/Flasky
  1. Change the working directory to the cloned application
cd Flasky
  1. Install all the requirements
pip3 install -r requirements.txt

Export the environment variables

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>

About

Flaskscribble is a social blogging application made with love with Flask.Try it out!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published