📄️ 1. Create GitHub repository
Create a GitHub repository for your project.
📄️ 2. Run locally
Learn how to run a Volca project locally.
📄️ 3. Configure AWS
Follow the below steps to deploy your application to AWS and make it accessible to your users.
📄️ 4. Deploy to AWS
Learn how to deploy your project to AWS.
📄️ 5. Configure authentication
When you first setup Volca it will run with a mock user and without authentication. This is beneficial to quickly get up and running locally, but when you keep developing your project you need to setup the proper authentication solution.
📄️ 6. Configure Stripe
Follow the below steps to configure Stripe for you application and start accepting payments.
📄️ 7. Configure Sentry
Volca comes packaged with Sentry to provide issue tracking. Any uncaught errors in the API or in the Webapp will be sent to your Sentry project so you can track errors in your live environments.
📄️ 8. Configure Storage
A common use case when setting up your project is storing files. Volca includes functionality for storing files in a secure manner with AWS S3 and AWS Cognito.