GitXplorerGitXplorer
d

backend-skeleton

public
18 stars
0 forks
7 issues

Commits

List of commits on branch master.
Unverified
10be49139b0c59bac78a6928b6c7e0a7e9a05645

Initial commit.

committed 5 years ago

README

The README file for this repository.

Backend API Skeleton

Based on @tiangolo's full stack postgres template, with some things added, some things removed, and some things changed.

This is a work in progress!

TODO:

  • Remove fastapi_util from the app repo, and make it a separate package
  • Add example pydantic models, sqlalchemy models, endpoints
  • Add encode/databases support (possibly in a separate template?)