Simple API written for managing notes
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
- 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