Giter Site home page Giter Site logo

createadi / secured-paperless-bill-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.55 MB

A Python Flask project implementing secured billing interface with SMS functionality.

License: MIT License

Python 15.15% Shell 0.11% CSS 31.01% JavaScript 21.32% HTML 32.41%

secured-paperless-bill-generator's Introduction

Secured-Paperless-Bill-Generator

A Python Flask project implementing secured billing interface with SMS functionality.

Setup

To run this project, you will need to setup the following:

Vitual Environment Setup

Run the commands in your editor terminal

Install virtual environment files to the project folder

pip install virtualenv

Create the virtual environment with a particular name

let particular_name=env

virtualenv env

Activate the environment

.\env\Scripts\activate.ps1

Install the dependencies

Run the following command:

pip install -r requirements.txt

Creating Database

app.py is the starting file of the application.

Import the database instance

from app import db

Create the database

db.create_all()

db.exit()

Environment Variables

VONAGE SMS API

vonageKey=sampleKey

vonageSecret=sampleSecret

proKey=projectSecretKey

number=testingMobileNumber

Database structure view

Refer to SQLite.

Run the application

python app.py

License & Copyright

© Aditya Verma

Licensed under MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.