Git Product home page Git Product logo

superheroes-code-challenge's Introduction

Introduction

For this assessment, you'll be working on an API for tracking heroes and their superpowers.

The instructions below will walk you through the process of ideation and planning your app: deciding on your models and relationships, planning how the information will be laid out on the page, etc. You should work through all the planning steps before you start doing any coding.

Requirements

For this project, you must:

  • Create a Rails API backend.
  • Have at least three resources (three DB tables).

Project Setup

Once you have the plan in place for the application you want to build take the following steps:

  • Create a new Rails project.

Project Guidelines

Your project should conform to the following set of guidelines:

Models

You need to create the following relationships:

  • A Hero has many Powers through HeroPower

  • A Power has many Heros through HeroPower

  • A HeroPower belongs to a Hero and belongs to a Power

Start by creating the models and migrations for the following database tables:

Add any code needed in the model files to establish the relationships.

Then, run the migrations

You are welcome to generate your own seed data to test the application.

Validations

Add validations to the HeroPower model:

  • strength must be one of the following values: 'Strong', 'Weak', 'Average'

Add validations to the Power model:

  • description must be present and at least 20 characters long

superheroes-code-challenge's People

Contributors

wilsonkinyua avatar

Watchers

 avatar  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.