apiflask
apiflask copied to clipboard
Add more example applications
- [x] token-auth
- [x] basic-auth
- [x] file-upload
- [ ] custom-auth
- [ ] large-project-structure
kindly add this (full example with application factory and blueprint) to the list
I am working on that in my project, I may make a pull request for it soon
Thanks, that would be great!
Thanks for building this project, it looks like it has potential, I had been using flask-restx but it is not really maintained.
For the examples I think it would be helpful to have a larger full stack example like FastAPI (https://github.com/tiangolo/full-stack-fastapi-postgresql) with docker compose, db, task queue, tests etc... I know a lot of folk who have used this example to build production APIs.
The FastAPI example is good but could be improved, I'm sure it would help raise the profile of this project if you had a similar full stack example. I would be happy to help if you think this would be useful. Although I'm now using FastAPI at my present workplace, I still prefer aspects of Flask.