We use Poetry to manage our virtualenv and dependencies. If you don't use the poetry don't forget to install the dev dependencies. You can know what are the dev dependencies into pyproject.toml file. This is self-explanatory.
- Clone the repository
- Access the directory of your local repository
- Install the project dependencies with Poetry
- Create a file .secrets.toml in the
configs/
directory - Put the variable
JWT_SCRET
in .secrets.toml file and set its value.
git clone [email protected]:Riverfount/todo-api.git
cd todo-api
poetry install
cd configs/
touch .secrets.toml
poety run pytest