GitXplorerGitXplorer
j

social-sports-league

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
224a403d17af955ad8dba475d674279aa4bb440f

configered boiler plate, added and display teams

jjon-atto-bennett committed 8 years ago
Unverified
9a1a90b5b2be6df5ef5561874e56546dfeb84f82

Remove test seeds, bump package versions

bbas-ie committed 8 years ago
Unverified
5b8602253daf6de8b14c5e67fa947430a8700ef9

Add VS Code debugging, test seeds, patch version

bbas-ie committed 8 years ago
Unverified
757c8350c7a2a75082b3b2d93c9d5cab32fb595e

Remove node-inspector, make sqlite a dep

bbas-ie committed 8 years ago
Unverified
624b77e3117cf65aec759a0770dd46490dce3b03

fix debug path

ddon-smith committed 8 years ago
Unverified
6de48e0fdd4ab07d987526b600352cb53a844a30

Update packages

bbas-ie committed 8 years ago

README

The README file for this repository.

Boilerplate: Knex.js

Phase 1 boilerplate project with:

  • Express
  • Knex
  • SQLite3
  • Express Handlebars
  • body-parser
  • AVA
  • Node Inspector
  • nodemon

Install

npm install
npm run knex migrate:latest
npm run knex seed:run
npm run dev

Be sure to check out the other npm scripts too.