Skip to content

cliftondavies/Twitter

Repository files navigation

MIT license PRs Welcome Open Source Love png1 Tweeting

Twitter

A minimalist Twitter clone with full user authentication, so users can only access areas of the site they are authorised to.

screenshot

Functionality

  • User Account: Sign Up, Log in*, Update*, Delete*
  • Tweet: Create*, Edit*, Delete*

🧰 Tools & Technologies Used

  • Ruby v2.6.5
  • Ruby on Rails v5.2.4.3

🚀 Getting Started

Dependencies

  • SQLite3
  • Devise v4.7.2
  • Bulma v0.9.0
  • Gravatar Image Tag v1.2
  • Simple Form v5.0.2

Configuration

  1. Install Ruby
  2. Install Ruby on Rails
gem install rails -v 5.2.3
  1. Install SQLite3, if you don't already have it installed locally.
  2. Clone repo into your local environment using your favourite terminal:
git clone [this-repo-url].git
  1. Open project directory
cd directory-name
  1. Bulk install dependencies
bundle
  1. Set up database
rake db:migrate
  1. Run Locally
rails s
  1. Visit http://localhost:3000/

Author

👤 Clifton Davies

🤝 Contributing

Contributions, issues and feature requests are welcome!

  1. Fork it
  2. Create feature branch git checkout -b feature/fooBar
  3. Commit changes git commit -am 'Add some fooBar'
  4. Push to the branch git push origin feature/fooBar
  5. Create new Pull Request

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Andy Leverenz

📝 Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.