PICCOO / express-postgres-boilerplate

A boiler plate using nodejs express module including Postgres as database and swig as templating engine. Gulp also included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-postgres-boilerplate

A boiler plate using nodejs express module including Postgres as database and swig as templating engine. To make a better structure gulp is also included.

This boilerplate is not only well structured, it also includes sample example of RESTful API. for not making things complex the API controller is also included in same project.

To start project use following command

npm start

The project is already gulpified, If you want to run gulp use following command

gulp

This boilerplate is created by Farhan Ali. https://www.linkedin.com/in/farhan-ali-a4a035b7/

About

A boiler plate using nodejs express module including Postgres as database and swig as templating engine. Gulp also included

License:MIT License


Languages

Language:JavaScript 73.1%Language:HTML 16.2%Language:CSS 10.7%