A simple REST API to manage user data using Python and Flask. Supports basic CRUD operations.
Features
- GET all users
- POST a new user
- PUT to update a user by ID
- DELETE a user by ID
Tech Stack
- Python
- Flask
- curl or Postman for testing
How to Run
- Install Flask:
pip install flask