TodoApp

Steps to run the todo app.

  • cd into the todo folder.
  • run - python -m pip install -r requirements.txt to install the packages.
  • run - mysql -u username -p todo < db_todo_app.sql to import the database.
  • run - python main.py to start the server. (python 3.8 was used to run the program).

Steps to run the studentScore program.

  • cd into the studentScores folder.
  • run -python main.py "Student_marks_list.csv"