Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 844 Bytes

SE_project

This repository is to work on the May 2024 Term SE project.

Local Setup

  • Clone the project
  • Run local_setup.sh

Local Development Run

Folder Structure

  • application stores all the application logic.
  • db_directory stores the sqlite database file.
  • local_data - stores the Transcript files of the video lectures in pdf format.
  • static - stores all the css and javascripts files.
  • templates - stores the html file.
  • api.yaml - stores the the api design.
  • loca_setup.sh set up the virtualenv inside a local .env folder.
  • local_run.sh Used to run the flask application in development mode.