Files
linkpulse/README.md

680 B

linkpulse

This is an empty project right now. It merely holds a simplistic FastAPI server to showcase Railway.

  • Windows WSL is recommended for development. See here for setup instructions.

Setup

  1. Install pyenv or pyenv-win

    • Install Python 3.12 (pyenv install 3.12)
  2. Install poetry

    • Requires pipx, see here
    • Install with pipx install poetry
  3. Install backend dependencies - poetry install