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: 2 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T06:23:24.000Z (over 2 years ago)
- Last Synced: 2025-02-26T23:27:14.329Z (over 1 year 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.git
cd sut-schedule
```
Install dependencies using `npm`
```zsh
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 🐳
```zsh
docker-compose -f docker-compose.yml up
```
### Start Client
```zsh
cd client
npm 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)