Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 983 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 983 Bytes

Rails Social Media Distancing Diary

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.

Getting Started

Prerequisites

This app is run with Ruby on Rails. Please have Ruby and Rails installed before beginning.

Fork and clone this repository onto your terminal.

Installing

$ bundle install
$ rake db:migrate
$ rails s

Navigate to http://localhost:3000 in your browser.

Built With

VS Code - text editor

Contributing

See CONTRIBUTING.md for details on code of conduct.

Authors

Chindalath Traymany - cTraymany

License

This project is licensed under the MIT License - see the LICENSE.md file for details