22
33
44![ Screenshot of the FastAPI webapp template
5- homepage] ( docs /static/screenshot.jpg)
5+ homepage] ( user_guide /static/screenshot.jpg)
66
77## Quickstart
88
99This quickstart guide provides a high-level overview. See the full
1010documentation for comprehensive information on
11- [ features] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/index.html ) ,
12- [ installation] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /installation.html ) ,
13- [ architecture] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /architecture.html ) ,
11+ [ features] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/ ) ,
12+ [ installation] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /installation.html ) ,
13+ [ architecture] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /architecture.html ) ,
1414[ conventions, code style, and
15- customization] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /customization.html ) ,
15+ customization] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /customization.html ) ,
1616[ deployment to cloud
17- platforms] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /deployment.html ) ,
17+ platforms] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /deployment.html ) ,
1818and
19- [ contributing] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /contributing.html ) .
19+ [ contributing] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /contributing.html ) .
2020
2121## Features
2222
@@ -60,8 +60,7 @@ to deploy to any major cloud hosting platform.
6060- [ Pytest] ( https://docs.pytest.org/en/7.4.x/ ) : testing framework
6161- [ Docker] ( https://www.docker.com/ ) : development containerization
6262- [ Github Actions] ( https://docs.github.com/en/actions ) : CI/CD pipeline
63- - [ Quarto] ( https://quarto.org/docs/ ) : simple documentation website
64- renderer
63+ - [ Great Docs] ( https://posit-dev.github.io/great-docs/ ) : documentation website generator
6564- [ ty] ( https://docs.astral.sh/ty/ ) : static type checker for Python
6665- [ Bootstrap] ( https://getbootstrap.com/ ) : HTML/CSS styler
6766- [ Resend] ( https://resend.com/ ) : zero- or low-cost email service used
@@ -70,7 +69,7 @@ to deploy to any major cloud hosting platform.
7069## Installation
7170
7271For comprehensive installation instructions, see the [ installation
73- page] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/docs /installation.html ) .
72+ page] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/user-guide /installation.html ) .
7473
7574### uv
7675
@@ -182,10 +181,11 @@ uv run ty check .
182181## Developing with LLMs
183182
184183The ` .cursor/rules ` folder contains a set of AI rules for working on
185- this codebase in the Cursor IDE. We have also exposed the full
186- Markdown-formatted project documentation as a [ single text
187- file] ( docs/static/documentation.txt ) for easy downloading and embedding
188- for RAG.
184+ this codebase in the Cursor IDE. The documentation site also publishes
185+ [ llms.txt] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/llms.txt )
186+ and
187+ [ llms-full.txt] ( https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/llms-full.txt )
188+ for easy downloading and embedding for RAG.
189189
190190## Contributing
191191
0 commit comments