Twitter Clone

Built a light-weight version of Twitter with Ruby On Rails using Devise for authentication.

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.3
  • Bulma framework

Getting Started

To get a local copy up and running follow these simple example steps:

  • Copy this link
  • Open your terminal or command line
  • Run git clone and Paste the link
  • Open the folder with your code editor

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Install webpacker with:

    rails webpacker:install

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Author

👤 Tshephang Mampa

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Webcrunch tutorials