Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.05 KB

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