Giter Club home page Giter Club logo

blockbuster-project's Introduction

Blockbuster Project

Authors: Renato Laffranchi Falcão (@renatex333) & Matheus Ribeiro Barros (@MineManiac)

Project Development

To test the API on your machine, execute the following command in the terminal:

uvicorn sql_app.main:app --reload

Where:

  • sql_app.main: refers to the main.py file located within the sql_app subdirectory;
  • app: denotes the object instantiated in the main.py file with the line app = FastAPI();
  • --reload: enables the server to automatically reload upon detecting code changes (development mode only).

To access the API functionalities via a web browser and perform requests through a visual interface, navigate to:

  • localhost:8000/docs

Initial API Prototype

A demonstration of the API, developed using Python and the FastAPI framework without database integration, can be viewed here: API Prototype Demo.

Complete Version of the API

The RESTful API has been designed to interface with a MySQL database server, supporting full CRUD operations and providing appropriate responses to user actions. Below is the database schema used for modeling:

A demonstration of the complete RESTful API, developed using Python with FastAPI and integrated with a MySQL database, is available here: Complete API Demo.

References

blockbuster-project's People

Contributors

renatex333 avatar minemaniac avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.