Commit graph

8 commits

Author SHA1 Message Date
bd07e1a306
Moved auth and new user list component to separate modules 2022-01-12 23:08:48 +01:00
dbf093e72e
Implement authentication on frontend
- Added error handling on login
- Added login support, fixed register
- Added logout support on backend and frontend
- Changed role to isAdmin
- Added permission checking to menu
2021-11-19 18:19:45 +01:00
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
8e855fd454
Add build watching for backend project 2021-11-09 22:57:51 +01:00
0e684a69be
Add backend app with basic Docker support 2021-11-09 21:52:42 +01:00
49480c5d67
Add production build and deploy command 2021-11-09 01:55:57 +01:00
59eba56153
Make it work with Docker Compose and remove Firebase API from code 2021-11-08 23:53:39 +01:00
c3f94cca45
Move to frontend folder 2021-11-08 22:10:03 +01:00