APUOPE-RE / backend

repo for the backend
0 stars 0 forks source link

Issue3 log in backend #9

Open roosavihlman opened 1 day ago

roosavihlman commented 1 day ago

Task: https://github.com/APUOPE-RE/backend/issues/3

Created to backend:

Note these are just initial classes and services done. These can be developed when implementation goes forward -> just to get the big picture up and running._

Testing can be done e.g. with user:

INSERT INTO apuope.users (username, email, password_hash)
VALUES ('someone', 'someone@gmail.com', '123456789');

Frontend PR: https://github.com/APUOPE-RE/frontend/pull/10