Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator authored Sep 21, 2022
1 parent f78fa25 commit b51dec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of a modern design
|| **Deployment** | `Docker`, [HEROKU](#deploy-app-with-heroku) |
|| **Persistence** | `SQLite`, `MySql` |
|| **Authentication** | Basic, `OAuth` via **AllAuth** for Github |
|| **API Generator** | Secure API via `Flask-restX` |
|| **[API Generator](#api-generator)** | Secure API via `Flask-restX` |
|| **Dynamic DataTables** | `Server-side` pagination, `Search`, Export |
|| **Stripe Payments** | `One-Time` and `Subscriptions` |
|| **Async Tasks** | via `Celery` |
Expand Down Expand Up @@ -149,7 +149,7 @@ At this point, the app runs at `http://127.0.0.1:5000/`.

<br />

## API Generator
## API Generator

This module helps to generate secure APIs using `Flask-restX` via a simple workflow:

Expand Down

0 comments on commit b51dec2

Please sign in to comment.