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.
- Host: GitHub
- URL: https://github.com/pranavmodx/writem
- Owner: pranavmodx
- License: mit
- Created: 2018-12-29T06:03:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:58:28.000Z (over 3 years ago)
- Last Synced: 2023-03-04T12:24:06.191Z (over 3 years ago)
- Topics: api, blog-platform, flask, numbers, python, todolist, webapp
- Language: HTML
- Homepage:
- Size: 13.2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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