Skip to content
 
 

Repository files navigation

🍕 Pizza Simple App

A full-stack pizza ordering application built with Angular (frontend) and FastAPI (backend). Dependency management on the backend is handled using uv, a fast and modern Python package manager.


📦 Tech Stack

Frontend

  • Angular — SPA framework
  • TypeScript

Backend

  • FastAPI — Modern, fast (high-performance) web framework for building APIs
  • uv — Python dependency management

🚀 Getting Started

Prerequisites

  • Node.js & npm
  • Python 3.11+
  • uv installed (curl -LsSf https://astral.sh/uv/install.sh | sh)
  • (Optional) Docker if using containerization

🔧 Backend Setup (FastAPI)

# Clone the repo
git clone git@github.com:japhetNtantu/MEA-PROJECT.git
cd pizza-simple-app/backend

# Install dependencies
uv pip install -r requirements.txt

# Run the backend
uvicorn main:app --reload

About

This is a pizza application using fastapi and angular

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages