> For the complete documentation index, see [llms.txt](https://gnosza.gitbook.io/substrate-blockchain-starter-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnosza.gitbook.io/substrate-blockchain-starter-kit/developer/backend.md).

# Backend

## Cloning the repo

Clone the repo to your machine

```
git clone https://github.com/pajicf/substrate-startkit-gui-api
```

## Creating the .env file

Once you have cloned the repo on your computer you can start configuring the backend application by following next steps:

* Navigate to the root of the project
* In the root of the project, create `.env` file
* Fill the `.env` file, example of the values can be copied from the `.env` or `.env.example.docker` file (NOTE: All values should be filled)
