A social media app designed to mimic some of Twiter's key features, such as the ability to create tweets and follow users. Built using Ruby and Rails.
- Ruby
- Ruby on rails
- Postgresql
- Deployed in Heroku
you can create an account or you can use these credentials.
username: 'usernametest1'
password: '123123123'
To get started with the app, clone the repo and then install the needed gems:
$ bundle install
$ yarn install
Next, migrate the database:
$ rails db:create
$ rails db:migrate
To be able to see what has been done, run the rails server
$ rails server
Or Visit
bundle exec rspec
- Pagination can be potentially improved.
- General UI improvements.
👤 Luis Preza
This project is MIT licensed.