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

https://github.com/patrick-rush/well_done

Collaborate with friends, family, or teammates to get things done well with Well Done, a collaborative todo app built during my time at Flatiron school.
https://github.com/patrick-rush/well_done

flatiron-school-project google-oauth oauth rails ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Collaborate with friends, family, or teammates to get things done well with Well Done, a collaborative todo app built during my time at Flatiron school.

Awesome Lists containing this project

README

          

# README

## Ruby Version
2.6.1

## Rails Version
6.0.3.4

## Installation
Clone this repo, run `rails db:migrate` to set up database, and run from the built in Rails server by running `rails s`.

## Google OAuth
You will need to set up your own Google OAuth. Set up an app on the Google Developer Console, create a `.env` file in the repo's home folder, then add the following code to that file.

```
GOOGLE_OAUTH_CLIENT_ID=[YOUR CLIENT ID GOES HERE]
GOOGLE_OAUTH_CLIENT_SECRET=[YOUR CLIENT SECRET GOES HERE]
```

## Contributing
Feel free to submit pull requests as you see fit.

## License
[MIT](https://choosealicense.com/licenses/mit/)