/simple-note-app

simple crud app. swagger for docs, expressjs server, [sequalizeJS](http://docs.sequelizejs.com/) as ORM & [Joi](https://www.npmjs.com/package/joi) for validation

Primary LanguageJavaScript

Simple Note taking app WIP

Done:

• swagger API design • sqlite integration and writing to DB from within the GET handler function using dummy data • send correct response for both GET & POST requests

Todo:

• write to db using data from the request body • integration testing