Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 677 Bytes

File metadata and controls

38 lines (31 loc) · 677 Bytes

ForumAPI

ForumAPI is a final submission for Javascript Backend Expert Class in Dicoding Academy

Feature

  • Registration and login user
  • CRUD Thread

What I Leared

  1. Automation Testing with JEST
  2. Clean Architecture
  3. Continues Integration and Continues Deployment
  4. Security
  5. Scalability with AWS
  6. Api Documentation
  7. AWS Service (EC2, SG, CloudWatch, Elastic Load Balancing)
  8. NGINX

Local Installation

  1. Clone this repository
    git clone https://github.com/Toru45/ForumAPI.git
    
  2. Change to directory project:
    cd ForumAPI
    
  3. Install dependencies:
    npm install
    

Start The Server

npm run start