项目作者: riadhassan

项目描述 :
Learning python web micro-framework bottle.
高级语言: Python
项目地址: git://github.com/riadhassan/card_validator.git
创建时间: 2021-06-28T10:16:15Z
项目社区:https://github.com/riadhassan/card_validator

开源协议:

下载


Bank Card Validator

It is a simple demo project to learn python web micro framework “Bottle”.

What is used in this project?

Python3: It’s high time we should use Python3 instead of Python2.

Bottle: A micro framework of python for web. bottle

pytest: Py test is used for testing our app. pytest

How To Use This

  1. Run git clone https://github.com/riadhassan/card_validator.git
  2. Run pip install -r requirements.txt to install dependencies
  3. Run python -m web.app
  4. Navigate to http://localhost:8080/ in your browser