An app with SpringBoot,AngularJS and Bootstrap
- gradle build
- java -jar build/libs/boatApp-master-0.0.1-SNAPSHOT.jar
- open on your browser http://localhost:8090/#/
SpringBoot AngularJS Bootstrap
For Authentication I used UUID token which I keep it in a ConcurrentHashMap. User get this token when he login and then in every call he should send it in his header call.
I used a mock database in order to be more easy to deploy. But I used Jpa repository as I will do if I use a normal database more example how to connect to database there are in this project https://github.com/seintaridis/kinderplan-1
For login there is a user in the system username: seinta password: 123
But you can also signup your user and connect with his credentials after.
After deployment there are in the system two sample boats and a user.