# Backstage Backends ## Installing Dependencies ### Go To build and run the backend services directly, you need to have Go installed, installation instructions can be found [here](https://golang.org/doc/install#install). ## Usage To run any backend service, go into its directory and run: ```bash go run . ```