/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.

Primary LanguageHTMLMIT LicenseMIT

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