/Contact-List-Back-End

Back end done with Flask. Contains the information for a contact list as in "name, address, email, phone"

Primary LanguagePython

Contact List Back End

Tables that contain the information used to run the Contact List app. Endpoints and tables created using Flask and SQLAlchemy.

  • src/main.py (endpoints)
  • src/mode.py (database tables and serialization logic)
  • src/utils.py (some reusable classes and functions)