# Building and hosting a WebApp

## Building and hosting a WebApp

- [Getting started](https://tutorial.specian.co.uk/master.md)
- [Project setup](https://tutorial.specian.co.uk/project-setup.md)
- [Requirements](https://tutorial.specian.co.uk/project-setup/requirements.md)
- [Files organisation](https://tutorial.specian.co.uk/project-setup/files-organisation.md)
- [Lerna](https://tutorial.specian.co.uk/project-setup/lerna.md)
- [Linter](https://tutorial.specian.co.uk/project-setup/linter.md)
- [Prettier](https://tutorial.specian.co.uk/project-setup/prettier.md)
- [GitHook](https://tutorial.specian.co.uk/project-setup/githook.md)
- [Testing](https://tutorial.specian.co.uk/project-setup/jest.md)
- [Conclusion](https://tutorial.specian.co.uk/project-setup/conclusion.md)
- [Backend](https://tutorial.specian.co.uk/backend.md)
- [Files organisation](https://tutorial.specian.co.uk/backend/files-organisation.md)
- [Environment config](https://tutorial.specian.co.uk/backend/environment-config.md)
- [Express API](https://tutorial.specian.co.uk/backend/express-api.md)
- [Security](https://tutorial.specian.co.uk/backend/security.md)
- [Database](https://tutorial.specian.co.uk/backend/database.md)
- [GraphQL](https://tutorial.specian.co.uk/backend/graphql.md)
- [User authentication](https://tutorial.specian.co.uk/backend/user-authentication.md)
- [Conclusion](https://tutorial.specian.co.uk/backend/conclusion.md)
- [Frontend](https://tutorial.specian.co.uk/frontend.md)
- [Create React App](https://tutorial.specian.co.uk/frontend/create-react-app.md)
- [Files organisation](https://tutorial.specian.co.uk/frontend/files-organisation.md)
- [Styles](https://tutorial.specian.co.uk/frontend/styles.md)
- [Apollo Hooks](https://tutorial.specian.co.uk/frontend/apollo-hooks.md)
- [Form management](https://tutorial.specian.co.uk/frontend/form-management.md)
- [User authentication](https://tutorial.specian.co.uk/frontend/user-authentication.md)
- [Writing tests](https://tutorial.specian.co.uk/frontend/end-to-end-tests.md)
- [Types generation](https://tutorial.specian.co.uk/frontend/types-generation.md)
- [Conclusion](https://tutorial.specian.co.uk/frontend/conclusion.md)
- [DevOps](https://tutorial.specian.co.uk/devops.md)
- [CI/CD](https://tutorial.specian.co.uk/devops/ci.md)
- [AWS](https://tutorial.specian.co.uk/devops/aws.md)
- [Managing secrets](https://tutorial.specian.co.uk/devops/aws/managing-secrets.md)
- [Pricing](https://tutorial.specian.co.uk/devops/aws/pricing.md)
- [RDS](https://tutorial.specian.co.uk/devops/aws/rds.md)
- [S3](https://tutorial.specian.co.uk/devops/aws/s3.md)
- [Route53](https://tutorial.specian.co.uk/devops/aws/route53.md)
- [CloudFront](https://tutorial.specian.co.uk/devops/aws/cloudformation.md)
- [Serverless](https://tutorial.specian.co.uk/devops/aws/serverless.md)
- [Security](https://tutorial.specian.co.uk/devops/aws/security.md)
- [CloudFormation](https://tutorial.specian.co.uk/devops/aws/cloudfront.md)
- [Conclusion](https://tutorial.specian.co.uk/devops/conclusion.md)
- [Stripe payment](https://tutorial.specian.co.uk/stripe-payment.md)
- [File upload](https://tutorial.specian.co.uk/file-upload.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tutorial.specian.co.uk/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
