Skip to content

nicholasbair/astrid-clone

Repository files navigation

astrid-clone

Welcome to Astrid-Clone, a Rails task manager web app, with Twilio SMS reminders. Read my blog post about the project here, or watch a short walk-through here.

astrid4

Project goals

See spec for project requirements.

Installation

  1. Fork
  2. Clone
  3. CD into project directory
  4. $ touch .env
  5. Update .env with required keys/tokens, use sample dotenv as guide
  6. $ bundle
  7. $ rails s
  8. In another terminal, CD into project root and $ rake jobs:work
  9. Open browser to url provided in console (probably localhost:3000)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nicholasbair/astrid-clone.

License

The app is available as open source under the terms of the MIT License.