Skip to content

ulyssesv/bangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAngular

Frontend for BFlask API.

This app displays a map and bus stops and departure times from NextBus database using BFlask API.

For more information, refer to BFlask README.

Backend repository
https://github.com/ulyssesv/bflask/

Frontend repository
https://github.com/ulyssesv/bangular/

Backend host
http://bflask-dev.us-east-1.elasticbeanstalk.com/

Frontend host
http://bangular-static.s3-website-us-east-1.amazonaws.com/

Documentation
http://bflask.readthedocs.io/en/latest/

Development Environment

At a bare minimum you'll need:

  • Node
  • NPM
  • Bower

Assuming you have the required dependencies, then run:

$ git clone <repo>
$ cd <project>
$ npm install
$ bower install

The API URL is configured in src/app/index.constants.js.

To run the development server, run $ gulp serve.

To build, run $ gulp build.

About

Frontend for BFlask API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published