apiflask icon indicating copy to clipboard operation
apiflask copied to clipboard

Add more example applications

Open greyli opened this issue 3 years ago • 5 comments

  • [x] token-auth
  • [x] basic-auth
  • [x] file-upload
  • [ ] custom-auth
  • [ ] large-project-structure

greyli avatar May 03 '22 11:05 greyli

kindly add this (full example with application factory and blueprint) to the list

HazhoHuman avatar Apr 23 '23 08:04 HazhoHuman

I am working on that in my project, I may make a pull request for it soon

HazhoHuman avatar Apr 23 '23 08:04 HazhoHuman

Thanks, that would be great!

greyli avatar Apr 23 '23 11:04 greyli

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.

davidjb99 avatar Jun 29 '23 14:06 davidjb99