This is the Family Map Server used to power the Family Map Android app.

Built to power BYU CS 240 Family Map Application for Android

The web API that will be used is described below. Some of the APIs require a request body to be sent (namely "/user/login" and "/user/register"), while others require an Authorization authtoken (received at login). To view the JSON format required for "/user/login" and "/user/register" simply click on the link below and look in the request body. To try out an API, click on its link below. It will fill the boxes below with the data to be sent with the request. Edit the data as needed and click Submit.

Database Commands


User Commands

A few notes:

Try it out here

Handle:
Authorization authtoken:

Request Body:

Response From the Server: