This project is a social mdia website build with Ruby on Rails.
This project is a social mdia website
It focuses on creating User with validations and associations on rails using Active Record, and create events.
In this project we:
- Made a model for users.
- Made a model for posts.
- Made a model for comments.
- Made a model for frienships.
- Made associations between the user and the friendship model.
- Made associations for creator and receiver of friend request.
Ruby: 2.7.2 Rails: 6.1.1 Postgres: >=13
- Open a terminal.
- Clone the repo by typing that command
git clone https://github.com/icebox827/raven
- Run
bundle install
in your terminal - Run
db:create
in your terminal to create the database - Run
db:migrate
in your terminal to migrate the database - Run
rails s
- Start adding users, and create events
- Ruby
- Rails
- PostgreSQL
- VSCode
- Bootstrap
👤 Denis Lafontant
- GitHub: @icebox827
- Twitter: @heracles2k5
- LinkedIn: LinkedIn
👤 Victor Pacheco
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- The Odin Project
This project is MIT licensed.