KunleMichaels / casba-web-master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Flask CASBA Sample

This application demonstrates a simple, reusable Python web application based on the Flask microframework.

Run the app locally

  1. Install Python
  2. cd into this project's root directory
  3. Run pip install -r requirements.txt to install the app's dependencies
  4. Run python app.py
  5. Access the running app in a browser at http://localhost:5000

About

License:Apache License 2.0


Languages

Language:CSS 64.9%Language:Python 14.1%Language:HTML 13.2%Language:JavaScript 7.8%