/flask-ui

Flask application with backend api and angular front end

Primary LanguageHTML

.venv

python -m venv .venv  
source .venv/bin/activate
pip freeze > requirements.txt
pip install -r requirements.txt

pre req for dev

npm install -g @angular/cli

Docker

docker build . -t fui
docker run --rm  --network=host --name=fui fui

ng build

ng build --configuration=production --base-href=/ui/

Run locally

python src/app.py