An open API service indexing awesome lists of open source software.

https://github.com/evanito/cs179g-project


https://github.com/evanito/cs179g-project

Last synced: 11 days ago
JSON representation

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.