Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 5.32 KB

README.md

File metadata and controls

25 lines (18 loc) · 5.32 KB

Notes API

GitHub Created At

Back-end side of a web-based Notes application with REST architecture.
Built in JavaScript using Hapi framework.

Technology used

Most vital

  • Node.js — JavaScript runtime environment
  • NPM — Node.js package manager
  • Postman — API development tool

Depedencies

GitHub package.json prod dependency version GitHub package.json prod dependency version

Testing

Testing was done in two iterations for each available endpoint API and evaluated based on several criteria. The scenarios focused primarily on CRUD (create, read, update, delete) operations, and Newman (Postman CLI) was used as the testing tool.

Credits

This is a project of Dicoding's Back-End course and as part of the AWS Back-End Academy.

Thanks for:
Dicoding Bash