typescript-knex-example icon indicating copy to clipboard operation
typescript-knex-example copied to clipboard

typescript-blog-sample using postgres running express 4.x

#Steps To Get Started

  1. Install Typescript
  2. Install tsd
  3. Install typescript compiler
  4. Install postgresql
  5. Run the setup script: "psql -f setup/setup.sql"
  6. Run Knex Migrations: "knex migrate:latest"