New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

znode-cquel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

znode-cquel

NodeJS SQL Boilerplate

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
2
-88.24%
Maintainers
1
Weekly downloads
 
Created
Source

RESTful API Node Boilerplate

Quick Start

To create a project, simply run:

npx znode-cquel <project-name>
  • Change Directory
    cd <project-name>
    
  • Change the DB Credentials (Username, Password) in src/config/config.json
    "development": {
        "username": '<db_username>',
        "password": '<db_password>',
        "database": "db_dev",
        "host": "127.0.0.1",
        "dialect": "postgres"
    }
    
  • Run the Script
    npm run setup
    npm run dev
    

Keywords

pg

FAQs

Package last updated on 20 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts