Skip to content

Commit

Permalink
add documentation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vladNed committed Sep 4, 2024
1 parent bbe5a1e commit 9ad0b69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is a file-based router for FastAPI that automatically discovers and registe
This tool simplifies the organization and scaling of your FastAPI projects by allowing you to structure your endpoints in a modular way.
With `fastapi-endpoints`, you can easily manage complex applications by keeping your routes clean, intuitive, and maintainable.

Please refer to the documentation here:

- **[Documentation](https://vladned.github.io/fastapi-endpoints/)**

## Installation

```bash
Expand Down

0 comments on commit 9ad0b69

Please sign in to comment.