8000 GitHub - RenaissanceStudio/Jarvis: A simple 'todo list' web project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RenaissanceStudio/Jarvis

 
 

Repository files navigation

practise-flask

A simple 'todo list' project used to manage the todo items which also provides the Restful APIs to the outside.

Quick start

  • Intall Python 3.x

  • Create the virtual Env

    python3 -m venv your-venv-name

  • Enter venv

    source $your-venv-name/bin/activate

  • Intall the dependencies

    pip install -r ./requirements.txt

  • Run from command line

    python3 ./manage.py runserver --host 0.0.0.0

    or import current project into PyCharm to run it

About

A simple 'todo list' web project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 2.5%
  • Other 1.0%
0