This app simulates twitter tweets, from publishing something to modifying your profile photo
- First you need to have ruby installed in version
3.1.2
and psql for database management - When you download the repository you just need to run
bundle install
- And to start the server locally run
rails server