An open API service indexing awesome lists of open source software.

https://github.com/pranavmodx/writem

A simple web app built using Python-Flask. It has features such as a todo list, blog post, login/register system and random number fact generator.
https://github.com/pranavmodx/writem

api blog-platform flask numbers python todolist webapp

Last synced: 11 months ago
JSON representation

A simple web app built using Python-Flask. It has features such as a todo list, blog post, login/register system and random number fact generator.

Awesome Lists containing this project

README

          

# Writem
A simple web application built using Flask framework for Python. It has features such as a todo list, blog post, login/register system and random number fact generator.

## App Demo

![](writemDemo.gif)

## Usage

* Clone/Download the source code

* Create virtual environment (pipenv) :
```
pipenv shell
```

* Install all requirements
```
pip install -r requirements.txt
```

* Run :
```
python3 run.py
```

* Copy the localhost url (usually localhost:5000/) and paste in browser

* Navigate through the project