Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muety/kitsquid
π Alternative course catalog for Karlsruhe Institute of Technology
https://github.com/muety/kitsquid
karlsruhe-institute-of-technology kit linked-data rdf rdfa recommendations university
Last synced: about 2 months ago
JSON representation
π Alternative course catalog for Karlsruhe Institute of Technology
- Host: GitHub
- URL: https://github.com/muety/kitsquid
- Owner: muety
- License: mit
- Created: 2020-02-03T20:11:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T07:23:56.000Z (over 1 year ago)
- Last Synced: 2024-06-19T05:58:30.508Z (7 months ago)
- Topics: karlsruhe-institute-of-technology, kit, linked-data, rdf, rdfa, recommendations, university
- Language: Go
- Homepage: https://kitsquid.de
- Size: 3.37 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KITSquid
[![](http://badges.fw-web.space/liberapay/receives/muety.svg?logo=liberapay&style=flat-square)](https://liberapay.com/muety/)
![](https://badges.fw-web.space/github/license/muety/kitsquid?style=flat-square)
[![Go Report Card](https://goreportcard.com/badge/github.com/muety/kitsquid?style=flat-square)](https://goreportcard.com/report/github.com/muety/kitsquid)
![Coding Activity](https://badges.fw-web.space/endpoint?style=flat-square&url=https://wakapi.dev/api/compat/shields/v1/n1try/interval:any/project:kitsquid&color=blue)---
π An independent, private hobby project aiming to provide an alternative course catalog to students of [Karlsruhe Institute Of Technology](https://kit.edu). Students can rate and comment lectures and provide valuable tips and advice to their fellow students.
## βοΈ Requirements
* Go >= 1.20
* Node.js >= 18.x## βΆοΈ Usage
* Get the code: `go get github.com/muety/kitsquid`
* Change directory: `cd $GOPATH/src/github.com/muety/kitsquid`
* Copy `config.example.yml` to `config.yml` and adapt it to your needs
* Go to `app/public` and run `yarn` and `yarn build` (or `yarn dev` for development purposes)
* Go back to the project root and run `GO111MODULE=on go build`
* Run the application: `./kitsquid`## π©βπ Community
This is a community project rather than commercial software. It certainly contains bugs or even security issues. We kindly ask you to report such as you find them, rather than trying to exploit them. Moreover, a community lives from its members, so please be kind. And of course, contribute as much as possible π.## β οΈ Disclaimer
As this is a non-official project and not related to the KIT by any means, please try to be responsible. Do not start scraping data and battering KIT's web services without permission.## π License
MIT @ [Ferdinand MΓΌtsch](https://muetsch.io)