Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 621 Bytes

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/