Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-source-uc/ramos-uc
Web platform for visualization and search of courses of Pontificia Universidad Católica. Built on the Django framework.
https://github.com/open-source-uc/ramos-uc
django puc python uc
Last synced: 3 months ago
JSON representation
Web platform for visualization and search of courses of Pontificia Universidad Católica. Built on the Django framework.
- Host: GitHub
- URL: https://github.com/open-source-uc/ramos-uc
- Owner: open-source-uc
- License: mit
- Created: 2021-06-24T05:46:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T23:47:25.000Z (4 months ago)
- Last Synced: 2024-07-26T01:50:55.112Z (4 months ago)
- Topics: django, puc, python, uc
- Language: Python
- Homepage: https://ramosuc.cl
- Size: 1.02 MB
- Stars: 18
- Watchers: 6
- Forks: 5
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uc - Ramos UC - A web app that allows to search, rate, and explore courses. Also has schedule planning funcionality, and it allows you to see the the vacancy evolution of courses during course taking periods. (Projects)
README
# RamosUC
Web platform for visualization and search of courses of Pontificia Universidad Católica.
Built on Django framework.Currently running on [ramosuc.cl](https://ramosuc.cl/).
## Installation
Setup instructions [here](docs/SETUP.md), more documentation at [docs](docs/) folder. For convenience, a [devcontainer](https://code.visualstudio.com/docs/remote/containers) environment is included for VSCode users.## Usage
After setup, run a local server with
```
python manage.py runserver
```## License
[MIT](LICENSE)