Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 660 Bytes

Blog API

Fast-API is a modern, fast (high-performance), web framework for building APIs Python-based on standard Python type hints.

Dependencies:

  • Python3.10
  • FastAPI
  • PostgreSQL

Notes: The following steps will walk you thru installation on a Mac. Linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed the app on Windows, you should have little problem getting up and running.

Source

Migrate Database:
source venv/bin/activated
python create_db.py

Happy coding 😉