Closed dangvuthang closed 2 years ago
@dangvuthang
Em có update cái action lint để nó hết fail nhưng còn fail ở cái migration.sql
. Anh check thử xem đó có phải lỗi hay không nếu ko thì mình ignore nó luôn.
@dangvuthang Em fix cái action r nhé
.env
now include connection string to supabase postgresql
. You do not need to worry about opening local postgresql db server
Close Issue
close #4
Enter the issue number with #
Summary
What is this PR about?
endpoint
to handle google authentication on the backendtoken
exchange through cookie/login
page for user authenticationprisma schema
to include photo forUser model
and lowercase all field propertyscript
on root folder to run both FE and BE with one commandHow to test
pgAdmin
postgreSQL server run on your local machine~.env.local
on FE and.env
on BE (Link to download)npm i
on root, frontend, and backend foldernpm start
localhost:3000
and test if login, and logout with google work and the data displayed correctlyPlease ensure the folder structure look like this