milkias17 / TLCS

Teaching Learning Co-ordinating System

Home Page:https://tlcs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Teaching Learning Co-ordinating System

https://tlcs.vercel.app


Languages

Language:TypeScript 99.2%Language:JavaScript 0.5%Language:Dockerfile 0.2%Language:CSS 0.1%