GitXplorerGitXplorer
A

shortly-express

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c246dba46a807752bcb79c6f421d5a7d10dbac83

Merge branch 'release/0.5.2'

AAndrewSouthpaw committed 10 years ago
Unverified
24dd4e2aa649e34195d1c963fae50b5b3f058239

update readme

AAndrewSouthpaw committed 10 years ago
Unverified
22b02ff2867d8ad5c318cd650cf6dca878c8813c

Merge branch 'release/0.5.1' into develop

AAndrewSouthpaw committed 10 years ago
Unverified
7fca9277a210763214dfe035dd2c0d8d9ea89d32

Merge branch 'release/0.5.1'

AAndrewSouthpaw committed 10 years ago
Unverified
6cc8e4e629c9c1b7c68b134cd8dec95d6a29183d

update release readme

AAndrewSouthpaw committed 10 years ago
Unverified
73d9e13282414238ccd29084013f184b5c696ee8

Add readme explaining Hack Reactor projects.

AAndrewSouthpaw committed 10 years ago

README

The README file for this repository.

Shortly-Express

This project represents work done solo over a two-day sprint while at Hack Reactor, plus some extra time spent in evenings after that period. All of the work after v0.1 represents extra curricular work.

While my project did come with starter code and scaffolding, I have touched or modified or completely revamped almost everything. Looking at the initial commit will give an idea of what code was available at the start.

Technologies

Front-End

  • Backbone
  • Handlebars
  • EJS

Back-End

  • Express
  • Passport
  • GitHub OAuth2 Authentication
  • Google OAuth2 Server-Side Authentication
  • MySQL
  • Bookshelf / Knex

Automation

  • Grunt
  • Git Flow

Testing

  • Mocha
  • Chai

Versions

  • v0.5 - Allow local, GitHub, and Google API authentication strategies
  • v0.4 - Both local and GitHub OAuth2 authentication strategies available to user.
  • v0.3 - Switch to GitHub OAuth2 authentication strategy
  • v0.2 - Use Passport for local authentication
  • v0.1 - Basic requirements complete