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.
- Host: GitHub
- URL: https://github.com/patrick-rush/well_done
- Owner: patrick-rush
- Created: 2020-11-02T22:11:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T02:01:11.000Z (over 5 years ago)
- Last Synced: 2025-06-06T23:06:02.648Z (about 1 year ago)
- Topics: flatiron-school-project, google-oauth, oauth, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://youtu.be/aDfWy7WrxNM
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)