Skip to content

Address book with zip code, city, and state verification through the USPS API

Notifications You must be signed in to change notification settings

bplantico/address_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADDRESS BOOK

Welcome to Address Book, a simple web application written in Flask/Python by Brian Plantico. This is my first time using Flask (and Python in a capacity that wasn't 'FizzBuzz').

Setup and Configuration

  1. Fork this repository, then clone it to your local machine.
  2. Open the repository in your text editor of choice.
  3. From your terminal/command line interface (CLI), run source venv/bin/activate to activate a Flask/Python environment to run the application in.
  4. From your terminal/cli, run: flask db init, flask db migrate, flask db upgrade in order to create your database and table(s).
  5. You can now run flask run from your command line and navigate to the application on your localhost:5000 in your browser of choice.
  6. Have fun!

Schema

The current schema for the database is shown below.

Address Book Database Schema

About

Address book with zip code, city, and state verification through the USPS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published