Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.3 KB

Learning Management System

Deployment

  • Pull the latest code from "develop" branch
  • Functions folder contains scripts necessary for lambda functions and GCP scripts, these functions must be configured in AWS lambda as mentioned in the final report of the project
  • Setup flask environment
  • Install necessary python modules using pip3
  • Run the application by using the "python app.py"
  • Check the local working application in "https://localhost://5000"

Folder structure

  • Functions - AWS lambda and GCP scripts
  • templates - UI
  • app.py - routing & controller

Code adaption references