Skip to content

MateuszLenczewski/notes_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors