Skip to content

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.

License

Notifications You must be signed in to change notification settings

pranavmodx/Writem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published