Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.09 KB

resources.md

File metadata and controls

28 lines (20 loc) · 1.09 KB

Resources

Back to README

Fast API

  1. Documentation
    The official documentation for Fast API.

  2. GitHub Repo
    The Fast API github repository.

    Commands to spin up docker server:

    docker compose up -d

    Install

    pip install psycopg2-binary

Git and GitHub

  1. Signing git commits on MacOS
    A useful guide on how to sign git commits.
  2. Generating SSH and GPG keys on MacOS
    How to generate SSH and GPG keys on MacOS. Can be used as a guide for other operating systems as well.
  3. Setting up multiple GitHub accounts for work computers
    How to set up multiple git config files to use different SSH keys for work and personal git repositories.
  4. Conventional Commits
    A guide to how to style commits for semantic versioning.