Initialize a Git repository for the project on GitHub. Create a professional README.md.

Build a FastAPI application with two endpoints:

Write a suite of Pytest unit tests for the analysis logic and API endpoints.

Connect the API to a PostgreSQL database. Store every analyzed resume and its results in a table

Write a Dockerfile for the FastAPI application.