Evanito / CS179G-Project

0 stars 0 forks source link

Frontend Setup

To run in development mode, navigate to the main project directory and run:

npm install

npm start

Then, open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Authentication Setup

To set up and run the authentication server, navigate to /auth and run:

pip install ir requirements.txt

bash run.sh

Then perform the following in your web browser:

  1. Navigate to http://localhost:8040 to view the blank webpage.
  2. Navigate to http://localhost:8040/google/login to log in with Google.
  3. Navigate to http://localhost:8040/google/logout to log out.