/node-postgres-promises

NodeJS + Express and many other nice lib's API for studying purposes :-)

Primary LanguageJavaScript

node-postgres-promises

Experimental API for building new skills.

Started with pg_promises but now I'm using it to experiment new things and improve my knowledge about the Javascript's ecosystem.

Using:

  • Yarn
  • Nodejs
  • Express
  • JSHint
  • Knex.js
  • Helmet.js

To Do

  • Refactor the project structure.
  • Make the API more secure by using Helmet.js !important
  • Check the configs to separate from the app's logic (12 factor app guidelines)
  • Add Tests - Will use Jest probably. (Should have started this way since the beginning :-)
  • Add authentication using JWT
  • Containerize the app to run on Docker (including being able to run the tests on Docker)