fetux / webapp-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webapp-todo

How to run the application app locally

  • Clone the repository
  • Run cd webapp-todo
  • Run pip install -r requirements
  • IMPORTANT: Make sure to EDIT api.py and change the 'SQLALCHEMY_DATABASE_URI' -> You can use a SQLite3 database
  • Start the current web application
    • You can try running the Flask application directly python api.py
    • Or you can run it using gunicorn webserver gunicorn api:app

Live web server deployed (for testing purposes)

About


Languages

Language:Python 52.5%Language:HTML 31.6%Language:JavaScript 10.5%Language:CSS 5.4%