Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 394 Bytes

Meeting_02.10.20.md

File metadata and controls

28 lines (20 loc) · 394 Bytes

Mockup

  • Login and register view
  • Register view
  • List content view

GitHub repo

API definition:

Landing page

  • GET amara.com

Login:

  • POST /login
  • body {email:, password:}

Registration:

  • POST /register
  • body {first_name, last_name, email}

List curses

  • GET /list_curses

Backend

TODOS

  • For the first steps do normal login.
  • (TODO) cryptography later