Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aitumik/flaskscribble
Flaskscribble is a social blogging application made with love with Flask.Try it out!
https://github.com/aitumik/flaskscribble
flask python3 unittest virtualenv
Last synced: 21 days ago
JSON representation
Flaskscribble is a social blogging application made with love with Flask.Try it out!
- Host: GitHub
- URL: https://github.com/aitumik/flaskscribble
- Owner: aitumik
- Created: 2020-01-23T22:28:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T06:41:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T08:43:23.240Z (almost 2 years ago)
- Topics: flask, python3, unittest, virtualenv
- Language: Python
- Homepage:
- Size: 917 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
$ git clone https://github.com/aitumik/Flasky
```2. Change the working directory to the cloned application
```bash
cd Flasky
```3. Install all the requirements
```bash
pip3 install -r requirements.txt
```## Export the environment variables
Export the following envrironment variables for confirmation emails to be sent
```bash
export MAIL_ADMIN=
export MAIL_SENDER=
export MAIL_USERNAME=
export MAIL_PASSWORD=
```