bedlik99 / EquestrianClubService

Web application. It will provide user authentication and authorization. The aim for the app is to give basic CRUD operations done for web-users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EquestrianClubService

Web application. It will provide user authentication and authorization. The aim for the app is to give basic CRUD operations done for web-users. Application was written in Java + Spring boot and use Thymealf for representing views.

The fastest way to run application is downloading EquestrianClubService.jar file from DOWNLOAD_JAR_AND_RUN directory. You need to have preinstaled Java on your machine. Preferred version is 11, but everything should work with the version 1.8 and above.

Application is working on local machine. Port 8080. --> localhost:8080. H2 Database is used - it runs in client-server mode. Read more here: https://www.tutorialspoint.com/h2_database/h2_database_introduction.htm

You do not need sql workbenches or data developer applications.
You do not need to create connection with database and setup connections.

Command to run application - jar file:

java -jar EquestrianClubService.jar

I have deployed application on Heroku. Due to finishing engineering studies I have halted the development of the app, and took it away from Heroku platform.

Users to sign in:

- Clients: bruc12/steve12/angela12/natala12/wika12/kacp12/kasia12/luki12/ania12 ; password: test123
- Employees: wera12/marceg12/bruc12 ; password: test123
- Admin: mark12 ; password: admin12
Thank you for researching my projects!

About

Web application. It will provide user authentication and authorization. The aim for the app is to give basic CRUD operations done for web-users.


Languages

Language:Java 38.4%Language:HTML 36.0%Language:CSS 21.8%Language:JavaScript 3.7%Language:Dockerfile 0.1%Language:Shell 0.1%