Commit Graph

432 Commits

Author SHA1 Message Date
hubert af1d01e4a3 Merge branch 'feature/account-creation' 2020-04-12 16:37:11 +02:00
hubert e1a421c9c2 Add api error handling while creating an account 2020-04-12 16:34:42 +02:00
hubert d5f014b3d5 Add ExistingUser handling 2020-04-12 16:06:59 +02:00
hubert 214f64dd94 Add post /signup when creating account 2020-04-12 15:56:37 +02:00
hubert c95b335e3c Add axios api 2020-04-12 15:55:39 +02:00
hubert 5b079999bb Add ContentType header to CORS feature 2020-04-12 15:50:16 +02:00
hubert 03a190ddd5 Add health check controller 2020-04-12 15:31:17 +02:00
hubert aef5da0f85 Add axios 2020-04-12 15:17:38 +02:00
hubert 135775cfc6 Fix a few things with the form 2020-04-12 15:06:26 +02:00
hubert c1abc028e1 Add Signup validation and feedback 2020-04-12 15:03:52 +02:00
hubert 719a3a9f4f Add Signup route 2020-04-12 14:33:39 +02:00
hubert 3cdd4efd36 Add Signup View 2020-04-12 14:33:28 +02:00
hubert facdc009c2 Add Signup component 2020-04-12 14:32:37 +02:00
hubert 6f75c8359b Merge branch 'feature/landing-page' 2020-04-12 14:02:08 +02:00
hubert 5a9ffc36e1 Add bootstrap vue, bootswatch and landing page 2020-04-12 14:01:55 +02:00
hubert e4995ac340 Clean imports 2020-04-12 13:36:03 +02:00
hubert 14aa195bb3 Implement user creation endpoint + persistance and hash to db 2020-04-12 02:33:48 +02:00
hubert 542eaa21cc Add InvalidCredentialError 2020-04-12 01:40:13 +02:00
hubert 09643eca0c Remove TestController 2020-04-12 01:22:34 +02:00
hubert d9346a29f7 Add /auth endpoint 2020-04-12 01:22:01 +02:00
hubert 942fb1a1ec Add JWT auth 2020-04-12 01:10:39 +02:00
hubert 66e84d9913 Use property for version in pom.xml 2020-04-12 00:46:27 +02:00
hubert ca2bf4d24c Add User table 2020-04-12 00:16:16 +02:00
hubert 8a6d93c51a Add SQL migrations 2020-04-12 00:08:20 +02:00
hubert b87a5c3744 Add flyway library 2020-04-11 23:39:42 +02:00
hubert 1dad06d9ec Add ktorm library, mariadb java client and clean pom.xml 2020-04-11 23:36:56 +02:00
hubert 37fa8cd17e Configure database inside api 2020-04-11 23:33:21 +02:00
hubert 49a3d47653 Split features into files 2020-04-11 23:19:46 +02:00
hubert cc0058892e Add kodein di for injections and sample controller 2020-04-11 23:11:33 +02:00
hubert f3c922e417 Add MariaDB 2020-04-11 22:57:15 +02:00
hubert f3858945b9 Add Vue.js frontend 2020-04-11 22:53:16 +02:00
hubert 50abfba75b Add api 2020-04-11 22:47:35 +02:00