Skip to content

Commit a7380b6

Browse files
Update README.md
1 parent ba16dba commit a7380b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This template project provides the following:
88
- Examples for creating MongoDB collection schemas (using Pydantic) and adding more attributes to "users" collection
99
<hr>
1010

11+
## Acknowledgement
12+
- This idea is inspired by [tiangolo's](https://github.com/tiangolo) official FastAPI full stack project [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql). Please head to the said repo for a Vue frontend and PostgreSQL database template project. It provides a comprehensive base project in the form of a cookiecutter template.
13+
- The React authorization component is inspired by [Buuntu's](https://github.com/Buuntu) project [fastapi-react](https://github.com/Buuntu/fastapi-react). Please head to the said repo for a React frontend and PostgreSQL database template project. It provides a comprehensive base project in the form of a cookiecutter template that handles authentication, reverse proxies, docker containers, testing, server-side validation, linting, etc.
14+
- The backend authentication is built using [franke567's](https://github.com/frankie567) [fastapi-users](https://github.com/frankie567/fastapi-users) python package for FastAPI. It provides easy out-of-the-box backend auth components.
15+
16+
<hr>
17+
1118
## Features
1219
- **[FastAPI](https://github.com/tiangolo/fastapi)** (backend server)
1320
- **[FastAPIUsers](https://github.com/frankie567/fastapi-users)** (authentication system)
@@ -92,10 +99,3 @@ uvicorn main:app --reload
9299
npm start
93100
```
94101
3. The React web application will be hosted at its default port 3000, goto [http://localhost:3000/](http://localhost:3000/)
95-
96-
<hr>
97-
98-
## Acknowledgement
99-
- Idea inspired by [tiangolo's](https://github.com/tiangolo) [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql)
100-
- React authorization component inspired by [Buuntu's](https://github.com/Buuntu) [fastapi-react](https://github.com/Buuntu/fastapi-react)
101-
- FastAPI authorization system by [franke567's](https://github.com/frankie567) [fastapi-users](https://github.com/frankie567/fastapi-users)

0 commit comments

Comments
 (0)