Learn how to create a simple database driven web app with Perfect, a popular Server Side Swift framework.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3989-server-side-swift-with-perfect/lessons/9
Learn how to create a simple database driven web app with Perfect, a popular Server Side Swift framework.
Thanks for the screencasts, Ray. The facepalm-worthy jokes were icing on the cake!
Just curious Ray, why do you use โhttp method POST til/{id}/deleteโ instead of โhttp method DELETE til/{id}โ ?