Skip to content

mihalydanis/node-express-knex-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Express Knex Skeleton

A simple Node.js based skeleton, using Express and Knex.

Usage

To use the migration CLI, install Knex globally

$ npm install knex -g

Example migration included, type either

$ knex migrate:latest
$ knex migrate:latest --env staging
$ knex migrate:latest --env production

Seeding

$ knex seed:run

Built With

  • Express - Fast, unopinionated, minimalist web framework for node
  • Knex - A SQL query builder that is flexible, portable, and fun to use

About

A simple Node.js based skeleton, using Express and Knex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors