https://github.com/apachecn/rate-my-supervisor
https://github.com/apachecn/rate-my-supervisor
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apachecn/rate-my-supervisor
- Owner: apachecn
- License: other
- Created: 2022-04-14T13:59:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T11:32:33.000Z (6 months ago)
- Last Synced: 2025-04-06T13:02:31.582Z (2 months ago)
- Language: JavaScript
- Homepage: https://rms.apachecn.org
- Size: 18.1 MB
- Stars: 1,120
- Watchers: 9
- Forks: 173
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 导师评价网备份
* [在线阅读](https://rms.apachecn.org)
* [在线阅读(Vercel)](https://rate-my-supervisor-1.vercel.app/)## 下载
### Docker
```
docker pull apachecn0/rate-my-supervisor
docker run -tid -p :80 apachecn0/rate-my-supervisor
# 访问 http://localhost:{port} 查看文档
```### PYPI
```
pip install RateMySupervisor
rate-my-supervisor
# 访问 http://localhost:{port} 查看文档
```### NPM
```
npm install -g rate-my-supervisor
rate-my-supervisor
# 访问 http://localhost:{port} 查看文档
```