Skip to content

builtbyproxy/PSQL-Knex-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSQL-Knex-Boilerplate

PostgresQL KnexJs AmazonRDS

WIP Currently

Boilerplate completion

How To Get Started

  • Configure a postgres database somewhere
  • Replace the connection information in:
    • db/connection.js
    • db/knexfile.js
  • cd into the db folder and with Knex installed run:
    • knex migrate:latest
    • knex seed:run
  • Head back to root and run npm run dev || yarn dev
  • Use a client like postman to query localhost:8163/samples

Polls:

Which Router Which Router