Skip to content

This project is a simple full-stack web application built using FastAPI, a modern web framework for Python. It demonstrates how to combine API endpoints, static files (like CSS and JavaScript), and dynamic HTML templates using Jinja2

Notifications You must be signed in to change notification settings

OmarBelfeki/FastAPI-Full-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI-Full-Website

This project is a simple full-stack web application built using FastAPI, a modern web framework for Python. It demonstrates how to combine API endpoints, static files (like CSS and JavaScript), and dynamic HTML templates using Jinja2

fastapi-website/

├── app/
│ ├── init.py
│ ├── main.py
│ ├── templates/
│ │ └── index.html
│ └── static/
│        ├── style.css
│        └── script.js
├── requirements.txt
└── run.py

About

This project is a simple full-stack web application built using FastAPI, a modern web framework for Python. It demonstrates how to combine API endpoints, static files (like CSS and JavaScript), and dynamic HTML templates using Jinja2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published