Built models and migration for a Micro-Reddit web application using Ruby on Rails.
This project is a recreation of the Reddit application but on the model side. It focuses on creating Models with validations and associations on rails using Active Record.
In this project we:
- Made a model for users.
- Made a model for posts.
- Made a model for comments.
- Made validations for their inputs.
- Made associations between the user, the post and the comment model.
- Clone the repo "https://github.com/ammarkandel/Micro-Reddit-Rails.git"
- Write "rails c".
- Start adding users, posts and comments.
- Ruby
- Rails
- SQLite3
👤 Ammar El refay Kandel
- GitHub: ammarkandel
- Twitter: @AmmarQandel
- LinkedIn: LinkedIn
👤 José Oever González Hernández
- GitHub: @NoTengoBattery
- Twitter: @NoTengoBattery
- LinkedIn: @notengobattery
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.