PositiveYou / NetHood

Digital World to connect people in the Real World.
MIT License
4 stars 5 forks source link

Get User information from the server #57

Open dorb4r opened 6 years ago

dorb4r commented 6 years ago

The server should return this field of the user in JSON form:

Take this steps:

  1. Identify the user
  2. Get user information from the DB.
  3. Use serializers (the component that transforms the DB info into JSON/dict format).
  4. Send it back.