Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 943 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 943 Bytes

Three in a Row

Three in a row sample web application with user system (with renember me feature)

Technologies applied

  • Java EE
  • PostgreSQL
  • HTML5/CSS3
  • Less
  • Bootstrap
  • Javascript
  • jQuery (minimal)
  • AngularJS

It runs fine under Jetty 8

Developed with Eclipse

Comments

Java EE 6 focused project.

I also started applying what I learnt AngularJS in this project. You can see jQuery applied to registration, but I finally decided to use AngularJS in the rest of the application.

It would have been better to use Websockets instead of Timers/Intervals in order to get data, since it's way too much work, but due to deadline I could not do that. Maybe, someday, I will modify this.

Live Demo

You can check out the live demo at: http://kloudlab.xyz:8080/tresenraya

Demo Users

  • User 1
    • Username: jesus
    • Password: jesus123
  • User 2
    • Username: developer
    • Password: developer