Skip to content

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

Notifications You must be signed in to change notification settings

brucekchung/addressbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published