https://github.com/philipkrueck/yearbook
Spring Application for 4th semester Programming 2 course.
https://github.com/philipkrueck/yearbook
java spring
Last synced: 2 months ago
JSON representation
Spring Application for 4th semester Programming 2 course.
- Host: GitHub
- URL: https://github.com/philipkrueck/yearbook
- Owner: philipkrueck
- Created: 2020-06-29T13:23:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T14:14:06.000Z (over 5 years ago)
- Last Synced: 2025-10-16T12:31:57.271Z (8 months ago)
- Topics: java, spring
- Language: Java
- Homepage:
- Size: 3.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YearbookApplication
##Requirements
- IntelliJ IDEA 2020.2.1 (tested with build #IU-202.6948.69)
- Google Chrome (tested with version XXX), Microsoft Edge (tested with version 85.0.564.51), Safari (tested with version XXX) or Mozilla Firefox (tested with version XXX)
##Technical Manual
1. Register or log in at https://github.com/
2. Call up the repository at https://github.com/philipkrck/yearbook
3. Clone the repository with any git client or download ZIP
4. Open folder of the cloned / downloaded repository
5. open build.gradle with IntelliJ IDEA
6. Wait until IntelliJ IDEA has finished indexing
7. Confirm window for Lombok annotations with Enable
8. For the initial start of the application open the file src/main/resources/application.properties
9. Add the hash (#) before line 6 and remove the hash in line 11 to allow initial filling of the test data
10. Run YearbookApplication
11. After a successful start, call http://localhost:3001/
12. Steps 8 and 9 should then be reversed