https://github.com/evanito/cs179g-project
https://github.com/evanito/cs179g-project
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanito/cs179g-project
- Owner: Evanito
- Created: 2020-10-15T01:14:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T05:30:16.000Z (over 5 years ago)
- Last Synced: 2025-10-28T06:23:50.058Z (9 months ago)
- Language: Python
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend Setup
To run in development mode, navigate to the main project directory and run:
### `npm install`
### `npm start`
Then, open [http://localhost:3000](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](http://localhost:8040) to view the blank webpage.
2. Navigate to [http://localhost:8040/google/login](http://localhost:8040/google/logout) to log in with Google.
3. Navigate to [http://localhost:8040/google/logout](http://localhost:8040/google/logout) to log out.