ItsThatBlackKid / Timber-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timber Backend

Technology

The proposed tech behind for the backend is: Python Flask and AWS DynamoDB

Proposed API routes:

login/

Self explanatory, takes email, hash

user/

user/me

Returns personal data, takes session_token

user/me/matches

Returns all matches, takes session_token

user/<id>

Returns public user data, takes id

user/<id>/match

Matches with user, takes id

/nearby

Returns nearby people, takes coordinates

/message

Returns your current messages, takes id, session_token

/message/<id>

Sends a message to a user, takes id, session_token, target_user_id

Schemas

These need to be fleshed out

Notification Channels

  • New message
  • New match

About

License:GNU General Public License v3.0