- Ruby 3.0
- rails 6.0
- aditional gem installed (gem 'devise')
this is an application that emulates the actions of twitter, allowing the user to register, and create a profile in addition to following other users
- from the console you can clone the repository https://github.com/ch-canaza/twitter_clone.git
- from the repository you can take also the zip version
once cloned, you go to the folder /twitter_clone
run rails s, to start the server on your machine.
in your browser you can go to http://127.0.0.1:3000 or localhost:3000 where is displayed the app.
There you will find the main page of the application and some navigation options, such as starting your registration, posting a new tweet and following other users.
you can also test the application on https://arcane-hamlet-43787.herokuapp.com/