Full stack web application project for the course of Information Systems Analysis and Design at AUEB. Implemented a camping booking system using the MVP (Model View Presenter) architecture. Data is saved at a local database. User can sign up, login, look for camping positions and make reservations if logged in.
- Clone the project to IntelliJ IDEA.
- Run the SQL in the mysql-steps.sql file.
- Run the app through IntelliJ.
- Open any browser.
- Type the address bellow at the browser's address bar:
http://localhost:8080/
- You're all set!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.