https://github.com/mhdned/timedent
This project is a FastAPI-based web application that integrates template rendering, middleware, and structured routing for a modular and scalable backend framework.
https://github.com/mhdned/timedent
css fastapi html jinja postgresql python
Last synced: 3 months ago
JSON representation
This project is a FastAPI-based web application that integrates template rendering, middleware, and structured routing for a modular and scalable backend framework.
- Host: GitHub
- URL: https://github.com/mhdned/timedent
- Owner: mhdned
- Created: 2025-02-06T23:46:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-06T23:46:28.000Z (8 months ago)
- Last Synced: 2025-04-06T04:19:32.968Z (6 months ago)
- Topics: css, fastapi, html, jinja, postgresql, python
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timedent
#### FastAPI Web Application
This project is a FastAPI-based web application that integrates template rendering, middleware, and structured routing for a modular and scalable backend framework.
## Features
- FastAPI framework for high-performance web applications.
- Middleware integration for request logging.
- Jinja-based templating for dynamic HTML rendering.
- Static file serving for assets like CSS and JavaScript.
- Modular route management with prefixed admin routes.
- Custom error handling for 404 responses.
- Configurable server settings using external configuration.## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/mhdned/fastapi_project.git
cd fastapi_project
```2. Install dependencies:
```bash
pip install -r requirements.txt
```3. Start the application:
```bash
uvicorn main:app --host 127.0.0.1 --port 8000
```4. Open your browser and go to [http://127.0.0.1:8000](http://127.0.0.1:8000) to access the application.
## Technologies Used
## License
This project is licensed under the **MIT** License.