Skip to content

Conversation

@dcho-jaewook
Copy link

@dcho-jaewook dcho-jaewook commented Apr 18, 2025

Overview

  • Implemented user authentication (email-password) API with Supabase

Test

cd backend/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py

Use the following API endpoints to test the Sign Up and Sign In

http://localhost:8000/signup
http://localhost:8000/signin

(Replace "localhost:8000" with "127.0.0.1:8000" if the URL above doesn't work.)

Copy link
Collaborator

@maxakiralee maxakiralee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants