A REST API created to manipulate student data with basic CRUD operations performed on a cloud database on an AWS cluster, this is a course project for cloud computing subject.
How to run:
uvicorn app:app --reload
A REST API created to manipulate student data with basic CRUD operations performed on a cloud database on an AWS cluster, this is a course project for cloud computing subject.
Python