Skip to content

AxelRudz/ensolvers-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List - Web application

status
status status

Requirements

In order to run the app are required:

  • Python 3.8.5
  • Virtualenv (pip version 21.0.1)
  • MariaDB - 10.4.17

Running the script (on Linux)

The script will run assuming:

  • Database
    • Host: localhost
    • Name: axelrudz_DB (utf8mb4_general_ci)
    • User: axelrudz
    • Password: axelrudz123
      (Tables schema in: db/schema.sql)
  • Virtualenv
    • Created with the name ' venv ' in this location

Command

$ sudo bash run_webapp.sh

Estructure of the proyect

helpers           # Module used for aux functions
models            # Model (MVC)
resources         # Controllers (MVC)
templates         # View (MVC)
db.py             # Database instance
__init__.py       # App instance and ruting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published