A dope Web App for SUT students to plan their class schedules
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.
docker-compose -f docker-compose.yml up
cd client
npm run dev
The backend will run at localhost:3000 or you can port change
docker exec -it redis redis-cli