Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 423 Bytes

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.