To Do - ActiveRecord

By Colin Kingen, Alvin Ng 2016

Description

This project uses postgresql to allow a user to make and store surveys. ActiveRecord is used to handle interaction with ruby and Postgresql

Setup/Installation Requirements

To install this repository into a new project each time, first

  • Clone the github repository using the git clone command from /Desktop
  • Create a new folder in the Desktop with your project name
  • run db:create and db:migrate
  • run gulp serve
  • navigate to the appropriate port on your browser

Known Bugs

No currently known bugs.

Support and contact details

Contact me on github if you have any questions.

Technologies Used

  • CSS/HTML
  • SQL/Postgres
  • ActiveRecord
  • Ruby
  • Sinatra

License

Licensed under the MIT License

Copyright (c) 2016 Colin W Kingen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.