Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joostlek/richrail
https://github.com/joostlek/richrail
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joostlek/richrail
- Owner: joostlek
- Created: 2018-11-13T08:45:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T04:45:49.000Z (about 6 years ago)
- Last Synced: 2024-10-24T20:44:23.829Z (2 months ago)
- Language: Java
- Size: 205 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RichRail [![Build Status](https://travis-ci.com/joostlek/richrail.svg?token=k7xZdtzFTYzLqfVyygTF&branch=master)](https://travis-ci.com/joostlek/richrail) [![Sonar](https://sonarcloud.io/api/project_badges/measure?project=joostlek_richrail&metric=code_smells)](https://sonarcloud.io/dashboard?id=joostlek_richrail)
Opdracht om een redesign van oude code "poorrail" uit te voeren en hierbij rekening te houden met de "design principles" uit de cursus Patterns and Frameworks van de Hogeschool Utrecht.
## Installatie
1. Import het project als Maven project in IntelliJ
2. In de IntelliJ settings, ga naar `Editor > GUI Designer` en verander `Generate GUI into` naar `Java source code`.
3. Voer de maven plugin `antlr4 > antlr4:antlr4` uit.## Uitvoeren
1. Configuur de applicatie met de gewenste storage methode in `application.conf`.
2. Voer `Main.java` uit.Vervolgens kan een keuze worden gemaakt tussen de gui en cli.
## Auteurs
Dit project is gemaakt door Groep 8 uit V2B in opdracht van [Alex Rothuis](https://github.com/arothuis).
- [Mike](https://github.com/AeonLucid)
- [Joost](https://github.com/joostlek)
- [Dennis](https://github.com/dennisvk)