mstana / pa165

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booking manager

Project for pa165.

Requirements

  • Server - Apache Tomcat
  • Framework - Spring
  • Database - JavaDB (localhost:1527/pa165,user: pa165, pass: pa165)
  • Web app context - localhost:8080/pa165
  • REST context - localhost:8080/pa165/rest/

Modules

  • pa165_booking_manager_api - API for whole app
  • pa165_booking_manager_service - Data and service layer
  • pa165_booking_manager_web - Web and REST server application
  • pa165_booking_manager_desktop - Desktop application

Installation and run

Use maven 3.x. For running desktop and web application see README.MD in appropriate module.

mvn clean install

Repository

git clone https://github.com/mstana/pa165.git

About


Languages

Language:Java 84.2%Language:CSS 15.6%Language:JavaScript 0.2%