Fakultas Ilmu Komputer UI

Implement User Account Model and Endpoints

Merged Jonathan Christopher Jakub requested to merge PBI-8-User into staging

Added new Account model related to Django User. Provided endpoints to create, retrieve, and edit Account (on edit, change on username and password will be handled by Django Auth).

Merge request reports