Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 799 Bytes

File metadata and controls

43 lines (30 loc) · 799 Bytes

todo

database

  • postgresql database
  • it has one users table
    • username
    • email
    • firstname
    • lastname
  • deployed using supabase

api

  • node express, using supabase ORM
  • provide endpoint: get all users
    • requires session token

authentication

  • integrate supabase auth

  • provide endpoint: login

  • provide endpoint: sign up

  • provide endpoint: logout (remove session token)

    • requires session token
  • oath with google

  • allow users to reset passwords organization

  • write README.md

code styling

  • all the same prettier/eslint configs as frontend

github

  • enforce linting/styling in order to merge into main
  • can't push directly to main (except ethan, amy, aanand)
  • pr templates

deploy

  • deploy on vercel