An open API service indexing awesome lists of open source software.

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📚

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 📸

![image](./client/public/screenshots/home.jpeg)
![image](./client/public/screenshots/schedule.jpeg)
![image](./client/public/screenshots/search.jpeg)
![image](./client/public/screenshots/write.jpeg)
![image](./client/public/screenshots/blog.jpeg)
![image](./client/public/screenshots/comment.jpeg)

# API

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