Skip to content

Instantly share code, notes, and snippets.

@jeffrycopps
Created March 10, 2017 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffrycopps/1363e598209ea26b4cb7760df9af87f5 to your computer and use it in GitHub Desktop.
Save jeffrycopps/1363e598209ea26b4cb7760df9af87f5 to your computer and use it in GitHub Desktop.
PostgreSQL integration,
migrations,
an ORM,
routing,
models,
controllers,
@jeffrycopps
Copy link
Author

Code flow:
Client Request ->
Controller#before ->
Router Middleware ->
Controller Middleware ->
Controller#get, put, post, del ->
Controller Renderware ->
Router Renderware ->
Controller#after ->
Server Response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment