Quotes_server

All routes for QUOTES collection works

Note

TODO: POST & PUT with files & New Collections: Category & Autor

Structure:

filestorage->(model)->controller->router->app

Setup

npm init -y

npm i express

npm i

npm i cors

npm i uuid

npm install dotenv

validation

npm i joi

parser

npm i multer