Coder Social home page Coder Social logo

micro-reddit's Introduction

Micro Reddit

A simple Ruby on Rails App - Building with Active Record.

The project consisted of adding multiple models, creating the migrations, adding validations and associations between the models.

  • First task was creating the User model and the validations for name and email
  • Then, to create the Post model and the validations for title and text
  • In the next step we needed to set up associations between the User and Post model
  • Next was testing those associations between the two models
  • After that we needed to create the Comment model and the validations for the text
  • The next step consisted of adding associations between the User, Post and Comment models
    • After this step the User should be able to create many Posts, and add many Comments on different Posts
    • A Post should belong only to the user who wrote it
    • A Comment should belong to only one post, and only one user
  • The last step was to test out the associations between the three models

The original project requirments can be found on The Odin Project - Micro Reddit

Built With

  • Ruby (version 2.6.3)
  • Ruby on Rails (version 5.2.4)

Authors

๐Ÿ‘ค Ermin Cahtarevic

๐Ÿ‘ค Vashira Samaila

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Microverse
  • The Odin Project

micro-reddit's People

Contributors

ermin-cahtarevic avatar vashiramusa avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.