Git Product home page Git Product logo

learn_how_to_program's Introduction

Learn How to Program Clone

Epicodus Practice in Rails, November 14, 2017

By Kelsey Langlois

Description

Rails practice in cloning the functionality of Epicodus's site learnhowtoprogram.com.

Set-up/Installation Instructions

  • Clone this repository
  • From the project root directory, run the following commands:
    • Note: seeding the database will remove all existing data and replace it.
    bundle install
    rake db:create
    rake db:migrate
    rake db:seed
    rake db:test:prepare
    rails s
    
  • You can then access the app in your web browser at localhost:3000

Specifications

  • Lessons Model
    • Name
    • Text Content
    • Number
    • CRUD Functionality
    • Belongs to Section
  • Next Lesson link goes to next lesson in order (Based on lesson #)
  • Previous Lesson link goes to previous lesson in order
  • Section Model
    • Has many lessons
  • Table of contents for Section shows all Lessons
    • Ordered by lesson #
  • Course
    • Has many sections

Support and contact details

Please contact [email protected] with questions, comments, or issues.

Technologies Used

  • Ruby
  • Rails
  • Bootstrap

License

Copyright (c) 2017 Kelsey Langlois

This software is licensed under the MIT license.

learn_how_to_program's People

Contributors

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