# Forum Web App - AWS Amplify

> Will always work on progress and keep updated! :D

## Repository

%[https://github.com/bervProject/MyForumAmplify]

## URL

%[https://main.d1rdvijeud51fr.amplifyapp.com/]

## Want to try?

You can try to register. I don't limit the registration, feel free to test.

## Background

I do coding as my hobby. I really love to try and use AWS Services since most of the services are customer friendly. I want to build a forum app to collaborate with excellent software engineers or developers and I like how they post some articles to give some best practices.

I just want to connect with each other and share as caring.

## How I Built This?

### Install the CLI & Setup Your AWS Account

```bash
npm install -g @aws-amplify/cli
```

![More information](https://docs.amplify.aws/start/getting-started/installation/q/integration/react/#option-1-watch-the-video-guide)

### Generate the UI Project

```bash
npx create-react-app myforumamplify
```

### Generate Backend Amplify Configuration & Install Amplify Library

[Reference](https://docs.amplify.aws/start/getting-started/setup/q/integration/react/#install-amplify-libraries)

## Setup Authentication in AWS Amplify Studio

![activate password](https://cdn.hashnode.com/res/hashnode/image/upload/v1664281548995/prOtKDwYy.png align="left")

### TLDR

Mostly, I wrote the front-end part since the back-end part is quite handy and easy to use, and can be generated!

