This repository provides a streamlined process for building backend-only applications using AWS Amplify. Whether you're new to Amplify or a seasoned developer, this repository aims to simplify the setup and deployment of your backend infrastructure with pre-configured AWS services like Cognito, AppSync, and DynamoDB.
- Authentication: Setup with Amazon Cognito for secure user authentication.
- API: Ready-to-use GraphQL endpoint with AWS AppSync.
- Database: Real-time database powered by Amazon DynamoDB.
For detailed instructions on deploying your application, refer to the deployment section of our documentation.
- Clone this repository to your local machine:
git clone https://github.com/your-username/amplify-backend-template.git
- Navigate to the project directory:
cd amplify-backend-only-app
- Install dependencies:
npm install
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the app in action.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.