fix(api): /ping -> /api/ping
feat(api): init redis session backend
fix(api): check if user exists before hashing password on registration
feat(api): reimpl user registration
fix(api): skip user model password field
fix(api): NewUser -> InsertableUser
feat(api): reimpl /api/info
feat(api): embed migrations
feat(api): database connection
fix(api): timestamp -> timestamptz
feat(api): migration create_games
feat(api): migration create_actions
feat(api): migration create_gamedata
feat(api): migration create_users
feat(api): init diesel and db
feat: add shared, server, api