Skip to content

OmarBelfeki/FastAPI-Full-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors