- 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.
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:
- Clone the project:
git clone https://github.com/milkias17/TLCS
- Go to the project directory:
cd TLCS
- Install dependencies:
pnpm install
, or if you use npmnpm install
- 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.