REST_API_boilerPlate 'Template for secure REST-API using Node.js' Getting Started clone the template $ npm install create your database in psql create a .env file using the example connect your database using .env variables run the server with npm start