https://github.com/xsidx/blogapp-with-aws
In this project I learn how to develop a production-ready serverless backend API powered by AWS AppSync and GraphQL
https://github.com/xsidx/blogapp-with-aws
amplify appsync aws aws-s3 graphql nextjs ta
Last synced: 2 months ago
JSON representation
In this project I learn how to develop a production-ready serverless backend API powered by AWS AppSync and GraphQL
- Host: GitHub
- URL: https://github.com/xsidx/blogapp-with-aws
- Owner: XsidX
- Created: 2023-01-13T09:59:08.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-19T15:12:41.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:48:19.267Z (4 months ago)
- Topics: amplify, appsync, aws, aws-s3, graphql, nextjs, ta
- Language: JavaScript
- Homepage: https://dev.dfyd1jtzop25l.amplifyapp.com/
- Size: 260 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Blog app with AWS AppSync, Amplify & Graphql
In this project I learn how to develop a production-ready serverless backend API powered by AWS AppSync, Amplify & GraphQL
Client
Server
> Some features of the application.
- **User authentication**
- **Create post associated to a user**
- **Create comments associated to a post**
- **Attatch an image to a post**
### Live demo
Go to live demo [here](https://dev.dfyd1jtzop25l.amplifyapp.com/)
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
👤 **Sidney**
- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
I would like to thank Paulo Dichone for his course work, [AWS AppSync & Amplify with React & GraphQL - Complete Guide](https://www.udemy.com/course/aws-appsync-amplify-with-react-graphql-course/#instructor-1) on Udemy.
This project is [MIT](https://github.com/XsidX/hello-rails-react/blob/hello-rails-front-end/MIT.md) licensed.