Development Documentation ========================= The Fleet application is a Go API server which serves a React/Redux single-page application for the frontend. The development documentation contains documents on the following topics: ## Building and contributing code - For documentation on building the Fleet source code, see the [Building The Code](./building-the-code.md) guide. - To learn about database migrations and populating the application with default seed data, see the [Database Migrations](./database-migrations.md) document. ## Running tests For information on running the various tests that Fleet application contains (JavaScript unit tests, Go unit tests, linters, integration tests, etc), see the [Testing](./testing.md) guide. ## Using development infrastructure and tooling The Fleet application uses a lot of docker tooling to make setting up a development environment quick and easy. For information on this, see the [Development Infrastructure](./development-infrastructure.md) document.