GitXplorerGitXplorer
s

webapi

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e4a7f4f25ab6c8db128a4c480f1e5b9c61923492

getActivities api test passed

mmischa-s committed 8 years ago
Unverified
d5ac88150a38d179d4e8506d6e7b3a6e96e90431

added migration seed for activities, getActivities function working, Activities route working

mmischa-s committed 8 years ago
Unverified
4680cffbd812befaa9b9e2c9a83e377ea2d84fe4

omg update user route test finally working

mmischa-s committed 8 years ago
Unverified
4a0df217aaa43130bef77c9e25d056f3d59010e5

update route test not working

mmischa-s committed 8 years ago
Unverified
f3477230dc461f5309a1ad32f4f1aff8676911b7

update user db test passed

mmischa-s committed 8 years ago
Unverified
594dd9c3e56394d12578594b55aeeba3da8f2b97

adduser api and db tests working

mmischa-s 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.

webapi