BACKEND BOILERPLATE

A boilerplate for a backend projects with the basics included

Contains

TODO

Setup

DB

Before anything else, the databases need to be created,

TODO: place in gulp task?

CREATE DATABASE "backend-boilerplate-db" ENCODING = 'UTF-8' LC_COLLATE = 'en_US.UTF-8' TEMPLATE template0;