sguzmanm / academical-reborn

Academical reborn is an initiative to restore the Academical app for schedule planning in Los Andes University, after it was replaced by the college´s default planner Banner. As a starter, we are showcasing cultural events of the Los Andes university.
https://protected-inlet-87189.herokuapp.com/
MIT License
0 stars 2 forks source link

Users data model #5

Open sguzmanm opened 5 years ago

sguzmanm commented 5 years ago
{
  "id":"email",
  "email":"String",
  "username":"String",
  "password":"String, encrypted",
  "schedules":"Array Schedule"
}