What are some well-designed (open-source) Flask apps, that newcomers can use to learn from? I'm mostly interested in those that implement RESTful APIs, but examples of all Flask apps are welcome.
Answers to your questions
What are some well-designed (open-source) Flask apps, that newcomers can use to learn from? I'm mostly interested in those that implement RESTful APIs, but examples of all Flask apps are welcome.
Pgadmin4 and Apache airflow
Though not on the level of Airflow, f you are looking for something beginners can learn from, this project can inspire you with ideas: [Shopyo](https://github.com/Abdur-rahmaanJ/shopyo)
RemindMe! 1 day
As people has mentioned: Apache Airflow. Also you can look into Apache Superset since they cover more on API.
But not much on frontend, it is imo… a mess, with React and Jinja templates combined.
Can someone specify flask with mongo db. The mentioned project uses sql. I dunno this is dumb question but any response is appreciated.