Giter Site home page Giter Site logo

break-the-ice-app's Introduction

Break-The-Ice-app

Web app to find others going to a local event

##Team Members

###Setup Instructions After cloning the repo, run the follow

npm install

And then

bower install

After installing all the dependencies, run the sever by running

npm start

###Technology Stack This web app is powered by the MEAN stack ####Front End Front end is structured as a Signle Page Application using Augular.

######Views There are six partial views under /client/app/Views

  • addEvent - adding an event
  • event - fetching and displaying one event
  • landing - landing page, fetching and displaying all events
  • signin - signin page
  • signup - signup page
  • user - display user info

######Controllers Each view has its own controller under /client/app/controllers.

######Factories There are two factories under /client/app/Factories

  • Event
  • UserAuth

Event factory should handle all backend api call about events. UserAuth factory should handle all backend api call about signin/signout.

######$rootScope/security This app utilize broswer's localStorage and Angular's $rootScope to verify and display navbar options based on if a user is signed in. Once a user is signed in, Angular store the jwt token in the browser's local storage, and all requests send from the user will have the token attached in the header's Authorization field. For details, see $http documentation, the section setting HTTP Headers. In addition, only signin view, signup view and the landing page view is visibile for users not signed in.

######Todos

  • refactor EventCtrl and landingCtrl to use Event factory method

###Features to be implemented

  • Reward points to users for joining events
  • Joining events

break-the-ice-app's People

Contributors

scko823 avatar ryannewton avatar adamsmith910 avatar fitzpatrick1 avatar

Watchers

James Cloos avatar  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.