Coder Social home page Coder Social logo

att-hackathon's Introduction

#AT&T Hackathon Build Status Dependency Status devDependency Status This is the fullstack web application created for the AT&T Hackathon project to use AT&T APIs in order to automate the sales process.

##Usage ###Install

git clone https://github.com/A92hm/att-hackathon.git && cd att-hackathon
npm install
bower install

###Execution You need to have MongoDB running on your machine or change the mongo's URL to a remote machine. To develop:

grunt serve

To see what the final product looks like:

grunt serve:dist

To build final product:

grunt build

To serve final product:

NODE_ENV='production' [optional port] [other environmental variables] node dist/server/app.js

##Dependencies

###Generator This application was generated by DaftMonk:generator-angular-fullstack. To install and checkout the documentation see readme.

##Structure att-hackathon . ├── .siren.sublime-workspace - Sublime text edit workspace configuration ├── .siren.sublime-project - Sublime text edit workspace configuration protractor.conf.js ├── .protractor.conf.js - Protractor configuration ├── .karma.conf.js - Karma configuration ├── .travis.yml - Travis CI configuration ├── .gitattributes ├── .buildignore ├── .editorconfig ├── .gitignore ├── .yo-rc.json ├── Gruntfile.js - Grunt configuration ├── package.json - Used npm packages ├── bower.json - Used bower packages ├── node_modules - Contains bower modules ├── README.md ├── client - Contains client files (mostly static) │ ├── bower_components - Contains bower modules (created by running bower install) │ ├── assets │ │ └── images │ ├── .jshint - JSHint configuration │ ├── index.html │ ├── robots.txt - Instruction for crawlers About │ ├── components - Contains angular modules for different services │ └── app │ ├── app.js - Angular application │ └── [views] - Different angular views └── server - Contains server side scripts ├── .jshintrc - JSHint configuration ├── app.js - Node/Express application ├── views - Server side view templates ├── config - Contains config files for express, sockets │ ├── express.js │ ├── local.env.samples.js - Contains environmental variables ONLY FOR DEVELOPMENT │ ├── seed.js - Populated the database │ ├── socketio.js │ └── environment - Contains environmental settings │ ├── index.js │ ├── development.js │ ├── production.js │ └── test.js ├── components - Contains different components such as error handling ├── auth - Contains authentication methods │ ├── index.js │ ├── auth.services.js │ └── local - PassportJS methods │ ├── index.js │ └── passport.js └── api - Contains the objects and apis └── [name] ├── index.js - Defines the routes (urls) for this api ├── [name].controller.js- Contains the logic and methods ├── [name].model.js - Mongoose model for the api ├── [name].socket.js - Contains the logic for sockets └── [name].spec.js - Test file definition

##Potential Bugs

##To do

##License MIT license

att-hackathon's People

Contributors

ali92hm avatar nmutalik avatar

Watchers

 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.