Hi! This is a full featured social media redesign called Phlog You can register, log in using Devise, publish new opinions, also with images, edit and destroy them, update your profile and cover image, you can follow other users and get followed too!!
You can check this project online at (https://phlog-it.herokuapp.com)
- Ruby 2.7.0
- Ruby on Rails 6.0.3
- Rubocop 0.83
- VSCode
- and the Ruby guides's help (https://www.rubyguides.com/)
- Aws S3 (cloud storage)
- Devise (user authentication)
- Simplecov (test coverage)
- Bullet (n+1 queries problem detection)
- Bootstrap 5 alpha (styling
- MiniMagick (image)
To get a local copy up and running follow these simple example steps.
An active internet connection, a computer and Ruby 2.7.0 installed.
Clone this repo on your pc using a terminal and typing
git clone https://github.com/ioilmio/phlog.git
then run bundle install
and rails db:migrate
you can run the tests suite using
rspec
in your terminal
👤 Illuminato Salvatore
- Github: @ioilmio
- Twitter: @ioilmio
- Linkedin: Illuminato Salvatore
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Ruby guides for the in-depth view, about topics like routes controller and model
This project is MIT licensed.