Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 649 Bytes

To run project:

  • Install Maven 3 or higher

  • Install Tomcat 8

  • Install mySQL

  • Install MongoDB

  • Create mySql database

  • Create mongoDB database following instructuin

  • Check out project from github

  • Change properties connection to databases

  • Start project from idea in debug mode

  • Double check for not existing of any exceptions

  • Observe 'hello world' message from browser (https://localhost:8080)

  • create mysql command 'insert into hibernate_sequence(next_val) values (0)'

github link https://github.com/Ievgen-Grabets/TestT

branch: dev

instruction for creating mongoDB database http://habrahabr.ru/post/217391/