Skip to content

A Twitter clone application made in Ruby on Rails

License

Notifications You must be signed in to change notification settings

vichuge/twitter

Repository files navigation

Twitter clone

This is a basice twitter clone, made for student purposes.

Built With

  • Ruby 2.7.2
  • Rails 6.1.1
  • Windows subsystem Linux (Ubuntu 20.04.1 LTS)

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

👤 Victor Pacheco

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.

About

A Twitter clone application made in Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published