Skip to content

Step by step walk through to building a Python web app!

License

Notifications You must be signed in to change notification settings

rich-sykes/python-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-app

Step by step walk through to building a Python web app!

  • FastAPI will be the framework driving the architecture
  • We also utilise the PyDantic validation methods to assist users with API messages
  • Introduce linting, testing and cide coverage reports before any serious development effort
  • "Containerise" the app like the testing before any major develoment, this can help testing

My steps: 1 Create a repository 2 Python requirements 3 Testing (PyTest) 4 Creating a FastAPI application 5 Super simple GET request 6 Containerise 7 GitHub Actions - Linting (PyLint) 8 GitHub Actions - Testing (PyTest) 9 Creating routes/blueprinting

About

Step by step walk through to building a Python web app!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published