WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Create a sample hello-world project #228

Closed mofr closed 2 years ago

mofr commented 2 years ago

The sample project should be minimal - contain a single endpoint and README file with instructions on how to start it.

It should be covered with autotests to make sure it's not broken by the future releases.

Here is a good starting point: sample_winter_controller.py which can be either actualized or removed.

mofr commented 2 years ago

Here is where it's progressed https://github.com/WinterFramework/winter-getting-started