This project is a RESTful API built using Python and Flask to perform Create, Read, Update, and Delete (CRUD) operations on user data. It leverages SQLAlchemy as the ORM and supports seamless database interactions.
Features
- User Management: Create, retrieve, update, and delete user data.
- Database Integration: Built with SQLAlchemy ORM and SQLite for efficient data storage and management.
- Dockerized Deployment: Easily deployable using Docker and Docker Compose.
- API Testing: Fully tested with Postman for functionality and error handling. Technologies Used
- Backend: Python, Flask, SQLAlchemy
- Database: SQLite
- Containerization: Docker, Docker Compose
- Testing: Postman