Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 456 Bytes

File metadata and controls

22 lines (14 loc) · 456 Bytes

Notes API

Simple API written for managing notes

Installation

The application requires downloading all dependencies by running the command:

npm install

After successful installation, all you have to do is run the main file:

node index.js

Libraries used in the project

  • Express - used to create a local server and manage CRUD operations
  • Joi - used to create schemas for objects in the requests and verify their correctness