Emanuele Palazzetti Python developer, Android and Javascript lover @palazzem http://github.com/palazzem http://git.palazzetti.me https://evonove.it Who are you?
Schedule ● Design and implement a Reddit clone (60min) ● Expose a REST Api for the service (45min) ● Run the service locally (10min) ● Pause (10min) ● Design and implement a SPA with Angular (60min) ● Make the app talk with the service and enjoy (55min)
The Router URL Style HTTP Method Action URL Name [.format] GET root view api-root {prefix}/[.format] GET list {basename}-list {prefix}/[.format] POST create {basename}-list {prefix}/{lookup}/[.format] GET retrieve {basename}-detail {prefix}/{lookup}/[.format] PUT update {basename}-detail {prefix}/{lookup}/[.format] PATCH partial_update {basename}-detail {prefix}/{lookup}/[.format] DELETE destroy {basename}-detail {prefix}/{lookup}/{methodname}/[.format] GET @link decorated method {basename}-{methodname} {prefix}/{lookup}/{methodname}/[.format] POST @action decorated method {basename}-{methodname}