siomaramurta / luizacode-shopping-cart

Projeto exemplo do módulo Devops do Luizacode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart with FastApi

This is a simple project with the Fastapi framework, where we will create a shopping cart with the following scenarios:

Based on this model, however, it is not the same: Imgur

Install

  • Create venv
    virtualenv venv --python=3.10
    source venv/bin/activate
    
  • Install requirements
    pip install -r requirements.txt
    
  • Run
      uvicorn main:app --reload
    

Routes

url: http://localhost:8000/docs

About

Projeto exemplo do módulo Devops do Luizacode

License:MIT License


Languages

Language:Python 99.4%Language:Dockerfile 0.5%Language:Shell 0.2%