Best way to find a jam session
PostGres w/ Knex
Express
Angular
Node
Local (from scratch) with functional middleware
ui-router
ng-animater
ui-bootstrap
Lint backend
initdb
postgres -D stuff
createdb
create the schema
seed the db
start nodemon
Automated by Gruntfile
9 tables
Create new session
Login / Logout / Sign Up
Get all users/sessions
Search users/sessions (can be polished, is very picky)
Join a session (as a user)
Get all users that are in your session
delete a session
Get all sessions that a user has
Get all sessions a user is hosting
edit a session
Currently the dashboard does not get sessions owned by the current user.
This is tied to the ability to edit and delete your hosted sessions.