Skip to content

Python, HTML, JS and other Files for Cards App.

License

Notifications You must be signed in to change notification settings

flxcp/cards.flask

Repository files navigation

Cards · CodeQL

This repository holds Python, HTML, JS and other Files for Cards App.

Screenshot

Instructions to run the app

Install the dependencies

pipenv install

Run the app

gunicorn main:app
Login Credentials
username: admin
password: password

Stack Used

  • Flask
  • Flask-SQLAlchemy
  • Flask-login
  • Flask-RESTful