This repository contains a Rest API example project developed during a live coding session. The session was conducted in collaboration with the Bursa Bilisim Toplulugu.
The project aims to demonstrate the implementation of a Restful API using the FastAPI framework. It provides endpoints for managing movies and directors data. The API allows users to perform CRUD operations on movies and directors, as well as retrieve movies based on various filters.
Clone the project
git clone https://github.com/eaarda/fastapi-restapi-example
Go to the project directory
cd fastapi-restapi-example
Install dependencies
pip install -r requirements.txt
Start the server
uvicorn main:app --reload --port 8010
(Link to the recorded live coding session conducted in collaboration with the Bursa Bilisim Toplulugu)