- Clone the project from github.
- Import the project into IDE as a 'Existing Maven Project'.
- Build the project.
- In the IDE select
Run As
->Run on server
. - Create a database called 'asapp' in a local mysql database.
- Run the
schema.sql
. Ex:-mysql -u username -p db-name < schema.sql
; - In
src/hibernate.cfg.xml
file, setconnection.username
andconnection.password
property to the local db username and password. - Start the Tomcat server on localhost port 8080.
- Set the values(Ex: username, password, messageSender, message receiver) to enter in the db in
cfg.properties
file. - Run the
BackendClient.java
class. mvn install
will run all the test cases.
- Hibernate 5.0
- Junit 4.8
- MySQL 5.1.6
- Jbcrypt 0.3m
- Jersey 1.9
- Java 7
- H2 database 1.4
- Slf4j 1.6.6
- Maven 3.3
- Jdom 1.1