Giter VIP home page Giter VIP logo

test's Introduction

== Overview

The goal of this project is to make a request at this URL and have it show a completed proposal:
http://localhost:3000/proposal_viewer/show/1

Once the user accesses the above URL an HTML template found in the public directory will be retrieved and populated with data from several models. For the purposes of this example, assume that the HTML template is user generated and stored in this public directory.  

This means that the HTML file must be left exactly as is and cannot be modified or have <%=%> tags within.

Important: 

1. You cannot add any files to the folder containing the index.html
2. You cannot modify any of the files in the folder containing the index.html
3. Good quality code is more important than speed, so make sure code quality and structure is excellent.
4. You can (yes, it's OK) use any gem or plugin you'd like to help get the job done.
 

== Contents

This stuff already exists:

1. Models, migrations and bootstrap data for: Client, Proposal and ProposalSection
2. HTML Template: ./public/proposal-template/*
3. ProposalViewer controller with a show method

== Getting Started

1. Change directory into myapp and run <tt>rake db:migrate</tt>
2. Start the web server: <tt>script/server</tt> (run with --help for options)
3. Go to http://localhost:3000/proposal_viewer/show/1 and start coding :) 

If you have any questions feel free to send me an email.



test's People

Contributors

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