/fastapi-restapi-example

Simple Rest API with Python Fastapi

Primary LanguagePython

Rest API Example - Live Coding Session

PyPI - Python Version

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.

Project Description

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.

Run Locally

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

🔗 Links

portfolio twitter youtube(Link to the recorded live coding session conducted in collaboration with the Bursa Bilisim Toplulugu)