Setup | Tech Stack |
I recommend to install it using nvm
nvm install v20.18.0
nvm alias default v20.18.0
To activate the shell type nvm use default
* I recommend installing it via pyenv. [Follow the official documentation for installing pyenv on your system](https://github.com/pyenv/pyenv)
* Then install the python version
* `pyenv install 3.11.10`
* Optional: Set global python version to the one you installed
* `pyenv global 3.11.10`
pip install poetry
npm install -g pnpm
pnpm install
From the project root, run the command:
npx turbo login
Link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:
npx turbo link
turbo dev
Note: If you encounter an error indicating that Turbo is not installed, run the following command to install it globally:
npm install -g turbo
You can now test your new endpoints using the FastAPI Swagger UI or by making requests to the API.