SkyloveQiu / CSE1105Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description of project

The problem presented by the client consisted of the dificulty surrounding reserving a room on the university campus. With no booking system in place, there were no guarantees that when needed, the requested room would be available. To further facilitate the campus management, the client introduced the idea of reserving food from the stalls available on campus. In addition, if you were to reserve a room on campus, he thought it would be useful to be able to order food and have it delivered at the room you are working in. Moreover, the client mentioned the always have a bike at hand. His idea was to have bikes available to rent-for-a-day around the TU Delft campus. These concepts and ideas really excited us to start working on a solution to this problem!

Group members

📸 Name Email
Ziang Qiu z.qiu@student.tudelft.nl
Niels van den Dool n.vandendool@student.tudelft.nl
Andrei-Cristian Ionescu A.C.Ionescu-1@student.tudelft.nl
Thom Breugelmans t.l.breugelmans@student.tudelft.nl
Einar de Gruyl E.A.deGruyl@student.tudelft.nl
Cristian Botocan c.botocan@student.tudelft.nl

How to run it

For running you have to use Gradle 6.1 or higher. For the server, the execution command is: "gradlew server:bootRun" and for the client "gradlew client:run".

How to contribute to it

Also if you want to contribute, you should respect our checkstyle protocol checking your coding style and tests with "gradle check". Furthermore, you can contribute using merge requests, weight your work and ask for approvals. The ones in charge will take a look on your code, and if your addition will improve the quality of the project, the merge request will be accepted.

Copyright / License

Copyright ©2020 GROUP 43 - TUDelft

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:Java 75.3%Language:HTML 18.8%Language:CSS 5.8%