# CRUD Application with PostgreSQL and SQLAlchemy This is a CRUD application using PostgreSQL and SQLAlchemy. ## Running the Application 1. Install the dependencies: `pip install -r requirements.txt` 2. Run the migrations: `python manage.py migrate` 3. Run the application: `python manage.py runserver` ## Testing the Application 1. Run the tests: `pytest` ## Deploying to AWS Lambda 1. Create a SAM template: `sam init` 2. Package the application: `sam package` 3. Deploy the application: `sam deploy`