/Twitter-Clone

This is a basic Twitter clone made with Rails for the Microverse program.

Primary LanguageRubyMIT LicenseMIT

Twitter clone

This is a basic Twitter clone made with Rails for the Microverse program.

Built With

  • Ruby 2.7.2
  • Rails 6.1.1
  • Bulma

Install

Install Ruby and Rails on your local machine.

Setup

Open your terminal and go to the directory where you want to clone the repo.

Type $ git clone https://github.com/vichuge/twitter to clone the repository to your local machine.

Type $ cd twitter to go to the re-former directory.

Type $ bundle install to install the necessary gems to run the project.

Now, please run this command rails db:migrate to run all the migration for the database and have all tables updated and read to use.

Now your environment is ready to run the project! Type rails c (for console) or rails s (to open in the server).

Author

👤 Alexis Varela

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.