brucekchung / addressbook

Built in python (flask) and SQLAlchemy. Front end parses XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddressBook

Address Book application. Can add/delete entries and browse contacts. When adding a 5-digit zipcode, the application will query the USPS api and autofill the City and State inputs.

Built with Python/Flask with a SQLAlchemy database.

Homepage

Run AddressBook

Clone the repository and run export FLASK_APP=run.py or export FLASK_APP=run.py FLASK_DEBUG=true to see live changes. Then enter flask run into terminal.

The application will be on http://localhost:5000/

About

Built in python (flask) and SQLAlchemy. Front end parses XML


Languages

Language:Python 30.4%Language:HTML 28.3%Language:JavaScript 22.7%Language:CSS 18.7%