typescript-knex-example
typescript-knex-example copied to clipboard
typescript-blog-sample using postgres running express 4.x
#Steps To Get Started
- Install Typescript
- Install tsd
- Install typescript compiler
- Install postgresql
- Run the setup script: "psql -f setup/setup.sql"
- Run Knex Migrations: "knex migrate:latest"