Skip to content

A dope Web App for SUT students to plan their class schedules📚

Notifications You must be signed in to change notification settings

pandakn/sut-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SUT Schedule

A dope Web App for SUT students to plan their class schedules

Getting started 🚀

Clone this repository

git clone https://github.com/pandakn/sut-schedule.git

cd sut-schedule

Install dependencies using npm

cd client
npm install

cd server
npm install

After this step, you will get node_modules folder in the root of the project.

Start Server 🐳

docker-compose -f docker-compose.yml up

Start Client

cd client

npm run dev

The backend will run at localhost:3000 or you can port change

Connect with redis-cli

docker exec -it redis redis-cli

Screenshot 📸

image image image image image image

API

Releases

No releases published

Packages

No packages published