ForumAPI is a final submission for Javascript Backend Expert Class in Dicoding Academy
- Registration and login user
- CRUD Thread
- Automation Testing with JEST
- Clean Architecture
- Continues Integration and Continues Deployment
- Security
- Scalability with AWS
- Api Documentation
- AWS Service (EC2, SG, CloudWatch, Elastic Load Balancing)
- NGINX
- Clone this repository
git clone https://github.com/Toru45/ForumAPI.git - Change to directory project:
cd ForumAPI - Install dependencies:
npm install
npm run start