#Off-topic question
1 messages · Page 1 of 1 (latest)
I wouldn't use FastAPI to build a website.
FastAPI is just that.. meant for RESTful API backends. Not really for web apps that are going to be fronted by a web page.
Not to say that django can't also do that, but django is a full-fledged web application framework. It does front end with it's templating system, backend, database, admin, authentication, the whole nine.
It also has a steep learning curve and at the end of the day you will still need to utilize html, css, and js to build a fully functional website.