In this course I am going to teach you how to build basic API with Vapor. Starting with setting up routes/URLs and database. Then doing basic CRUD operations. Then Relationships like parent child and sibling relationships. We are going to automatically test all of these code with unit tests.
Then we are going to build iOS app to make use of the API that we built.
After that we are going to build a web app using Leaf templates. Leaf allows us to create templates that we can embed into another template. This avoid duplicate entries. For example create header and footer once and embed them into all pages. So to update header you only update at single place. Then it will be updated on all places.
Then we are going to do authentication on iOS app and Web App.
Specification: Complete Vapor 3 Course
|
7 reviews for Complete Vapor 3 Course
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 9.5 hours |
Level | Intermediate |
Language | English ... |
Certificate | Yes |
Quizzes | No |
Year | 2018 |
Abel C –
Love his style: right to the point! I like the fact that this course goes from the ios app to the web app implementation and gives you a general understanding on how to do your own. The great thing about vapor3 is that you can create basically ios and web aps knowing only one language (swift) this is the future! Would love to see other courses on bootstrap and mongodb with vapor3 and more complicated applications (I think you will get a lot of students as well who love bootstrap!).
Liuhongli Liu –
useful
Katie Moore –
Super informative, A lot of information delivered for backend development in swift.
V ctor Montes –
es bueno, el ingles de kamfort hay que mejorarlo…
Shane Henderson –
It s very informative and actually quite in depth which is great. Particularly useful was also going through unit tests and I ve actually picked up a couple of really nice coding tips from this tutorial. Fast forwarding while typing code too me a little time to get used to but overall this is a great, in depth tutorial!
Jose Manuel Fernandez Garcia –
It s clear and concise
Ryan Schulte –
Not a lot of vapor courses out there and this is the only one that covers all the critical bases. Auth, model relationships and automated tests are all there. The author does cover creating a web app and ios app, however, the course is best for explaining how to make a vapor API.