This Ruby on Rails web app allows users to break unhealthy social media habits through creating goals that focus on themselves. Register safely with Bcrypt encrypted passwords and start journaling your aspirations! Or sign in with your Google account for a faster experience provided by omniauth. Journeys and goals are stored in a SQLite3 database.
This app is run with Ruby on Rails. Please have Ruby and Rails installed before beginning.
Fork and clone this repository onto your terminal.
$ bundle install
$ rake db:migrate
$ rails s
Navigate to http://localhost:3000 in your browser.
VS Code - text editor
See CONTRIBUTING.md for details on code of conduct.
Chindalath Traymany - cTraymany
This project is licensed under the MIT License - see the LICENSE.md file for details