Skip to content

hsadler/simple-backend-templates

Repository files navigation

simple-backend-templates

Simple templates for backends. All implement the same "items" example CRUD API.

If you would like to contribute

Requirements:

  • pre-commit
  1. Install pre-commit hooks.
pre-commit install
  1. Install dev dependencies for all template projects so that pre-commit can run properly.