An open API service indexing awesome lists of open source software.

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.

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.