Giter Club home page Giter Club logo

makers-sql-session's Introduction

Extend a database-backed web application

Setup

First of all, to get everything set up

  • Fork this repo to your GitHub account
  • Clone your forked repo to your machine
  • cd into the directory and install the dependencies by doing bundle
  • Set up the database by doing rake setup
  • Seed the database with records by doing rake seed_db
  • Start the server by doing rackup
  • Explore the app in your browser!

The challenge

  1. Open country_data.rb in your text editor. This is the only file you need to edit.
  2. Read the code in the first three methods .all, .european_countries and .all_data_sorted_by_population_increasing_order
  3. Note down anything you don't understand and investigate what's going on. You could use some of your debugging tools here.
  4. Find the empty methods and add code to perform the queries described (by the names of the methods). Don't worry about testing this time – focus on implementing the DB queries.

makers-sql-session's People

Contributors

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