Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 493 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 493 Bytes

Golinks API

For backend of https://github.com/gambitran/react-ts-golinks

Built using FastAPI.

Dependencies

  • fastapi[standard]
  • sqlalchemy
  • asyncpg

Development

Run fastapi dev

Deploy

docker-compose.yaml in deploy for local testing. It will load some initial basic records from init/init.sql.

TODO

  • Turn Dockerfile into multistage build to reduce image size
  • Implement poetry for dev dependencies
  • Implement authz