Skip to content
Mirv edited this page Nov 27, 2018 · 25 revisions

Under construction - Last commit - Last wiki edit 11/27/18 @ 11:39

Welcome to the Pet Store

Multi-User curated demo app for people seeking pets ... because who doesn't need another pet?

I am using this app as it actually demonstrates clean code versus some very exploratory monoliths, also in the last year my style has been more encapsulating things into self contained code bases to allow separation of vertical concerns. When not on a timeline or in a team, I like to serve API rather than integrated applications to help with decoupling.

Currently the users would list their email address for everyone to see, this is on the list to fix too. The rails generated pages off the application are mostly place holders for the client side API that's the next step. There is no continuous integration, as Amazon Cloud9 which I'm developing off has some hiccups running it.

  • Production demonstration

    • My-Pet-Store application on Heroku - Link - User/Pass: [email protected] / ssssss
    • Features demonstrated explained & code linked - Link
  • API plan, a checklist mapped out for each step to drive TDD testing - first will serve react inline to page before splitting to a stand alone delivered via cdn or app store, failing that complete javascript package - Link

  • Features pending - Link

  • Features for appearances pending - Link

  • Installation instructions if running yourself - Link

Clone this wiki locally