Demo Fast API User Management Application, which provides the following features:
- User Creation
- User Update
- User Deletion
To install the required dependencies, run the following command:
pip install -r requirements.txt
To run the application, execute the following command:
uvicorn main:app --reload