neo-neo-todo/README.md

177 B

Neo Neo Todo API

Backend

  • Install pdm
  • Install dependencies with pdm sync
  • Run development backend with pdm run dev
  • Run tests with pdm run test

Frontend