A social media website build with Ruby on Rails, where you can create and like tweets, follow people and see their tweets on your timeline.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3
Rails: 5.2.3
Postgres: >=9.5
Rspec gem
Install gems with:
$ bundle install
Setup database with:
$ rails db:create
$ rails db:migrate
Start server with:
$ rails server
Open http://localhost:3000/
in your browser.
Jordy Garcia
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Inspiration
- etc