Commit graph

8 commits

Author SHA1 Message Date
Norbi Peti ff5cdb8e8a
Add table for revoked tokens 2022-04-28 01:15:45 +02:00
Norbi Peti bf4a08ac90
Begin converting backend to GraphQL 2022-03-13 02:39:18 +01:00
Norbi Peti bf6e34fd56
Added database seeder for creating fake users 2022-02-05 18:28:53 +01:00
Norbi Peti ee2d7b4838
Add registration endpoint with validation and attempt to add JWT authentication 2021-11-16 02:10:35 +01:00
Norbi Peti aa6f3f51de
Fix backend production deploy and database connection
- Fixed database URL locally and in production
- Set separate DB user just to be safe
- Migrate DB schema on each launch
- Use node user during dev but use root during deploy
- Fix output of the dev container (tsc-watch --noClear)
2021-11-15 22:47:41 +01:00
Norbi Peti 828fd52302
Add production database, user model and controller 2021-11-10 17:10:20 +01:00
Norbi Peti 8e855fd454
Add build watching for backend project 2021-11-09 22:57:51 +01:00
Norbi Peti 0e684a69be
Add backend app with basic Docker support 2021-11-09 21:52:42 +01:00