|
1 |
| -# FastAPI + React · [](https://circleci.com/gh/Buuntu/fastapi-react) [](LICENSE) [](https://dependabot.com) |
| 1 | +# FastAPI + React ·  [](LICENSE) [](https://dependabot.com) |
2 | 2 |
|
3 | 3 | <div>
|
4 | 4 | <img src="assets/fastapi-logo.png" alt="fastapi-logo" height="60" /> <img
|
@@ -47,20 +47,33 @@ modern stack.
|
47 | 47 |
|
48 | 48 | ## Table of Contents
|
49 | 49 |
|
50 |
| -- [Background](#background) |
51 |
| -- [Quick Start](#quick-start) |
52 |
| -- [Develop](#develop) |
53 |
| -- [Admin Dashboard](#admin-dashboard) |
54 |
| -- [Security](#security) |
55 |
| -- [Testing](#testing) |
56 |
| - - [Fixtures](#fixtures) |
57 |
| -- [Background Tasks](#background-tasks) |
58 |
| - - [Flower](#flower) |
59 |
| -- [Frontend Utilities](#frontend-utilities) |
60 |
| - - [Utility Functions](#utility-functions) |
61 |
| - - [Routes](#routes) |
62 |
| - - [Higher-Order Components](#higher-order-components) |
63 |
| -- [Contributing](#contributing) |
| 50 | +- [FastAPI + React · !build [](LICENSE) [](https://dependabot.com)](#fastapi--react--img-srchttpsgithubcombuuntufastapi-reactworkflowsbuildbadgesvg-altbuild-img-srchttpsimgshieldsiogithublicensepeaceirisactions-gh-pagessvg-altlicense-img-srchttpsimgshieldsiobadgedependabot-active-brightgreensvg-altdependabot-status) |
| 51 | + - [Features](#features) |
| 52 | + - [Table of Contents](#table-of-contents) |
| 53 | + - [Background](#background) |
| 54 | + - [Quick Start](#quick-start) |
| 55 | + - [Develop](#develop) |
| 56 | + - [Admin Dashboard](#admin-dashboard) |
| 57 | + - [Security](#security) |
| 58 | + - [Testing](#testing) |
| 59 | + - [Fixtures](#fixtures) |
| 60 | + - [test_db](#test_db) |
| 61 | + - [test_user](#test_user) |
| 62 | + - [test_superuser](#test_superuser) |
| 63 | + - [client](#client) |
| 64 | + - [user_token_headers](#user_token_headers) |
| 65 | + - [superuser_token_headers](#superuser_token_headers) |
| 66 | + - [Background Tasks](#background-tasks) |
| 67 | + - [Flower](#flower) |
| 68 | + - [Frontend Utilities](#frontend-utilities) |
| 69 | + - [Utility Functions](#utility-functions) |
| 70 | + - [login](#login) |
| 71 | + - [logout](#logout) |
| 72 | + - [isAuthenticated](#isauthenticated) |
| 73 | + - [Routes](#routes) |
| 74 | + - [Higher Order Components](#higher-order-components) |
| 75 | + - [PrivateRoute](#privateroute) |
| 76 | + - [Contributing](#contributing) |
64 | 77 |
|
65 | 78 | ## Background
|
66 | 79 |
|
|
0 commit comments