JavaScript; GraphQL, NextJS, Tailwind CSS; AWS AppSync, AWS Amplify, Amazon DynamoDB, Amazon S3, Amazon Cognito
- Built a serverless blog app using AWS Amplify and created a GraphQL API with AWS AppSync
- Stored post data in Amazon DynamoDB and cover images in Amazon S3; implemented user authentication with Amazon Cognito
- Developed the frontend using the NextJS framework, allowing CRUD (create, read, update, and delete) operations on each post
blog_demo.mov
- Clone the repository with
git clone https://github.com/alimhtsai/Serverless_blog_app.git
- Run
npm run dev
- Open http://localhost:3000