Giter VIP home page Giter VIP logo

cleaverameter's Introduction

Cleaverameter

The world of Cleaver, run by parameters. Mysterious.


Stack

The app runs off of a Node.js/Express.js stack mainly, but overall includes the following.

Back-end

  • Node.js (v7.3.2)
  • Express.js
  • Sequelize (ORM layer for MySQL in Node)
  • EJS (front-end templating)
  • Local MySQL DB which needs to be created and named 'cleaverameter'

Front-end

  • Gulp
  • ES2015
  • Browserify/Babelify (to transform ES2015)
  • SCSS

Running the app

  1. Pull down the app from this repository
  2. run 'npm install'
  3. create a local DB called 'cleaverameter' and check your local 'root' connection config against '/config/config.json' and change if you need to
  4. run 'npm start'
  5. (optional) This will run the app, and the app's models will scaffold the Database tables for you. There are also some seed scripts, so if you wish to start with some dummy data, run 'node_modules/.bin/sequelize db:seed:all'

NOTE: The app runs on localhost:3000, so port 3000, if you have another process running on this port, you'll need to stop it.


Project Resources

There is a kanban board created which has tasks assigned. This can be sub-sliced into sprints and I would encourage priorities and tags to be used:

https://trello.com/c/PfCYOJ3m/2-functionality-api-to-query-all-parameters-instead-of-client-specific-ones

The release version was set in git at v1.0 when the original high level scope was delivered. I would also encourage this is use for minor/major versions.

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.