Skip to content

This is a starter for building a backend only app with AWS Amplify.

License

Notifications You must be signed in to change notification settings

aws-samples/amplify-backend-template

AWS Amplify Backend-Only Starter Template

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.

Features

  • 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.

Deploying to AWS

For detailed instructions on deploying your application, refer to the deployment section of our documentation.

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/amplify-backend-template.git
  1. Navigate to the project directory:
cd amplify-backend-only-app
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the app in action.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

This is a starter for building a backend only app with AWS Amplify.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published