Code Monkey home page Code Monkey logo

sommer-2014's Introduction

####The Beauty of Data####

by Lars Nedberg & Henrik Loennechen

This repo is a fork of the original https://github.com/henloen/sommer-2014 This version Owner is: Arne-Richard Hofsøy ([email protected]).

#####What is it?##### We have two parts of the application, the admin part and the user part. The user part is basically a fancy, radio button-styled questionnaire. The answers obtained are saved in a database, and can be viewed in the admin part of the application. Both parts of the application can be accessed from the main menu that is the first screen that welcomes you when accessing the application.

#####Documentation##### A documentation on the concept, the use of the application, the intended users, the technical solutions chosen and more can be obtained by asking Henrik.

#####How to set up and run the application######

  1. Clone this repo

  2. Download and install node.js (version 0.10.29 was used during development).

  3. Set up a working mysql server and create the two tables it needs by using the sql scripts in the sql folder.

  4. Configure your own config.local.js file to define the url you will access the mysql server on. The file should follow this example:

    /*jshint node: true*/
    "use strict";
    var dbOptions = {
      dburl: 'yourDBurl',
      dbuser: 'yourDBuser',
      dbpassword: 'yourDBpassword'
    }
    exports.dbOptions = dbOptions; 
  5. Run npm start from the root level of the project. This should install all further dependencies and fire up the application.

  6. Access the application at yourip:theportspecified (e.g. localhost:3000).

For more detailed instructions, please consult the documentation.

sommer-2014's People

Contributors

henloen avatar larsesen avatar

Watchers

James Cloos avatar Arne-Richard Hofsøy avatar

Forkers

markwest1972

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.