Bros Server for API calls.
Server for a personnal project to learn Nodejs, CRUD API calls and PostgreSQL.
- Could use promise or async for postgres query Postgres Doc
- Use Sequelize to abstract direct SQL query and change DB type by with a single string! Sequelize website
- Another option is to use massive-js.
- Add gulp for build logic.