ThienAn1010 / Capstone-Project

A repository of "Paperworks" project developed by team WebDev.
https://paperworks.vercel.app/
1 stars 0 forks source link

Feat/authentication #19

Closed dangvuthang closed 2 years ago

dangvuthang commented 2 years ago

Close Issue

close #4

Enter the issue number with #

Summary

What is this PR about?

How to test

  1. Checkout this branch
  2. ~Ensure that pgAdmin postgreSQL server run on your local machine~
  3. Copy both .env.local on FE and .env on BE (Link to download)
  4. Run npm i on root, frontend, and backend folder
  5. Navigate to the root folder and run npm start
  6. Navigate to localhost:3000 and test if login, and logout with google work and the data displayed correctly

Please ensure the folder structure look like this

Screenshot (720)

ThienAn1010 commented 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.

image

ThienAn1010 commented 2 years ago

@dangvuthang Em fix cái action r nhé

dangvuthang commented 2 years ago

.env now include connection string to supabase postgresql. You do not need to worry about opening local postgresql db server