nelldnine / symph-login-api

Symph Login API for iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Install Flask to lib folder by entering the following command to the terminal pip install -t lib Flask.
  2. After installation, run dev_appserver.py to the terminal.
  3. Enjoy :)

Login

Endpoint

/login

Body

email - String
password - String

Register

Endpoint

/register

Body

email - String
password - String
name - String

About

Symph Login API for iOS and Android

License:Other


Languages

Language:Python 100.0%