Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 539 Bytes

angular2-flask

Simple angular2 app with python-flask backend (for learning angular2)

Info

  1. backend directory contains the Flask (, Mongo) backend

  2. front directory contains an Angular Bootstrap 4 frontend that displays D3 charts

Usage

  1. Clone the repo

    git clone --depth 1 https://github.com/ansrivas/angular2-flask.git
    cd angular2-flask

Docker support:

  1. In project root directory execute docker-compose up

  2. Navigate to http://localhost and login using admin:admin