Skip to content

A RESTful API of notes application. | Framework: Hapi (JavaScript).

Notifications You must be signed in to change notification settings

fwaskito/notes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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