Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.21 KB

Teaching Learning Co-ordinating System

  • The Web-based Teaching learning Coordinating system is designed to address the challenges faced by educational institutions in managing academic activities, monitoring student progress, and enhancing communication between stakeholders.
  • The platform offers a range of features tailored to the needs of students, lecturers, department heads, administrators, and college coordinators.

Run Locally

Clone the project

  git clone https://github.com/milkias17/TLCS

Go to the project directory

  cd TLCS

Start the docker container(Refer here to install docker).

    docker-compose up

Alternatively:

  1. Clone the project: git clone https://github.com/milkias17/TLCS
  2. Go to the project directory: cd TLCS
  3. Install dependencies: pnpm install, or if you use npm npm install
  4. Start the server: pnpm run dev
  • Please note that if you aren't using docker, the webapp assumes you have a postgres server running on port 5432.

Authors