An open API service indexing awesome lists of open source software.

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

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

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

> 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**

(back to top)

### Live demo
Go to live demo [here](https://dev.dfyd1jtzop25l.amplifyapp.com/)

## 💻 Getting Started

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.

(back to top)

## 👥 Author

👤 **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)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

This project is [MIT](https://github.com/XsidX/hello-rails-react/blob/hello-rails-front-end/MIT.md) licensed.