A project to template flask web server to meet angularjs
## Getting started
# Clone
git clone https://github.com/pdonorio/angulask.git
# Run (in debug mode)
cd angulask/containers
docker-compose up flaskThen go visit http://localhost to access the web page
## Configuration and defaults
To use your personal directory of JSON files configuration
go edit PATH inside config/__init__.py, e.g.
PATH = 'MYCONFIGURATION'Config is located in config/MYCONFIGURATION.
Default account:
- Username: 'prototype'
- Password: 'test'
To download required js and css libaries via bower:
cd angulask/containers
docker-compose up -d bower
docker-compose run bower "npm install && bower install"
docker-compose stop