Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ralxyz/oh-my-tss

Final project of ZJU Fundamentals of Software Engineering course
https://github.com/ralxyz/oh-my-tss

Last synced: 4 days ago
JSON representation

Final project of ZJU Fundamentals of Software Engineering course

Awesome Lists containing this project

README

        

# oh-my-tss

external packages (should be installed by `pip`)
```
django
django-material
pymysql
pillow
requests
numpy
weasyprint
```

```sh
git clone [email protected]:RalXYZ/oh-my-tss.git
cd oh-my-tss
```

Start Development Server:
```sh
python manage.py runserver
```