https://github.com/pandakn/sut-schedule
A dope Web App for SUT students to plan their class schedules📚
https://github.com/pandakn/sut-schedule
educational-project express nodejs planner react schedule table typescript
Last synced: 8 months ago
JSON representation
A dope Web App for SUT students to plan their class schedules📚
- Host: GitHub
- URL: https://github.com/pandakn/sut-schedule
- Owner: pandakn
- Created: 2023-05-17T14:42:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T06:23:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T19:56:58.406Z (9 months ago)
- Topics: educational-project, express, nodejs, planner, react, schedule, table, typescript
- Language: TypeScript
- Homepage:
- Size: 48.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUT Schedule
A dope Web App for SUT students to plan their class schedules
## Getting started 🚀
Clone this repository
```zsh
git clone https://github.com/pandakn/sut-schedule.gitcd sut-schedule
```Install dependencies using `npm`
```zsh
cd client
npm installcd server
npm install
```After this step, you will get `node_modules` folder in the root of the project.
### Start Server 🐳
```zsh
docker-compose -f docker-compose.yml up
```### Start Client
```zsh
cd clientnpm run dev
```The backend will run at [localhost:3000](http://localhost:3000) or you can port change
### Connect with redis-cli
```
docker exec -it redis redis-cli
```# Screenshot 📸





# API
- [Course from SUT Reg](https://github.com/pandakn/sut-schedule/tree/main/server)