gbafana25 / angular_test

angular test app w/ mock flask api to test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test

This project was generated with Angular CLI version 17.2.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Can also use npm start

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Python flask setup

  • make sure flask/flask CORS is installed:
    • pip3 install Flask
    • pip3 install flask_cors
  • start virtualenv (optional if flask already installed globally): python3 -m venv env
  • to start venv: run script env/bin/activate
  • to kill venv: deactivate

About

angular test app w/ mock flask api to test


Languages

Language:TypeScript 63.3%Language:HTML 14.0%Language:Python 11.9%Language:CSS 10.8%