Giter Site home page Giter Site logo

studly's Introduction

ReadMe

Setting up development Environment

The following components must be installed in order to get the solution running

  • Latest NodeJs
  • Yeoman - which is used for scaffolding and workflow, installing yeoman will automatically install grunt and bower

All of the above are available as NPM modules

Running the application locally

After installing the required libraries above browse to pheets and run bower install and npm install to get all dependencies

  bower install && npm install.

After installation run grunt to view development version of the website

grunt serve

To start production ready website

grunt serve:dist

Adding libraries

Bower should be used for adding new libraries when possible, always remember to run bower with the --save-dev tag to update the bower.json file

 bower install libraryname#verion_number --save-dev

Getting node.js dependencies

  • There should be a package.json in each of the node.js directories (at this stage, only dataFinders)
  • CD to the directory (etc: dataFinders)
  • type npm install
  • This will look at the package.json file, which will tell npm what it needs to download

###About### Studly is an app that allows students to keep track of which lectures and tutorials that have attended, as well as allowing them easy access to lecture recordings, directions to classes and more.

###Features###

  • Nothing, this app hasn't been made yet >_>

###Planned Features###

  • Easy timetable management
  • Keeping track of what you've been to
  • Directions to class
  • Ticking things off with GPS

###Technologies###

  • Yeoman
  • A way to generate a boilerplate AngularJS App with associated unit tests and requirements, like Bootstrap.
  • Angular JS
  • A Javascript frontend framework
  • Sass
  • CSS preprocessor that adds functions and variables
  • Node.js
  • Server backend powered by google's V8 engine (what chrome uses for javascript)
  • [Express.js]
  • A Server-Side MVC Framework. Works very nicely with Node.js
  • Herohu
  • A place to deploy our server for free
  • Karma Runner
  • A javascript test runner for webapps (focussing on angularjs)
  • Bootstrap
  • A Front-End framework for developing responsive webapps, CSS Framework

studly's People

Contributors

algoryan avatar ash47 avatar bennyhobart avatar rottajuliano avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

studly's Issues

No DB Tech?

Have we decided what database are we going to use?

repo files very disorganised.

Please make a clear distinction that Client is actually in Client. Therefore, the Angular stuff only appears within the Client directory.

I'm gonna wipe all references to Angular in the app directory as there should not be any angular code server side.

That being said, if you're not happy, feel free to revert.

ALSO, when people go to the landing page for the app, they will be visiting a page served from app/index.html. After authentication, Express will redirect the user and serve content from the client directory instead.

Server Side API Response Non-Compliant

Error: [$resource:badcfg] Error in resource configuration. Expected response to contain an array but got an object

To Replicate on Client-Side:
GET /api/subject?query=computer

DB Setup

look into /server/app/app.js

You will find var sessionStore. That's where you hook up the DB. Not sure how to do it with MySQL, but I have samples in MongoDB if you need them.

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.