https://github.com/kodecocodes/vapor-til
The TIL Application for the Vapor book
https://github.com/kodecocodes/vapor-til
Last synced: 3 months ago
JSON representation
The TIL Application for the Vapor book
- Host: GitHub
- URL: https://github.com/kodecocodes/vapor-til
- Owner: kodecocodes
- Created: 2018-03-18T19:01:20.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T10:19:56.000Z (over 1 year ago)
- Last Synced: 2024-08-01T11:48:59.815Z (over 1 year ago)
- Language: Swift
- Size: 209 KB
- Stars: 147
- Watchers: 23
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vapor TIL
This is the Vapor TIL (Today I Learned) application that is used throughout the [Server Side Swift with Vapor](https://www.kodeco.com/books/server-side-swift-with-vapor) book. The first sections of the book take you through everything you need to know to get started with Vapor. This application is deployed to Vapor Cloud, Heroku, Docker and AWS, using this repository!
In the book, you'll learn how to build routes and use Fluent to interact with a database. You'll learn how to create dynamic websites with Leaf and authenticate APIs, websites and validate fields. The 2nd half of the book goes into more advanced topics, including WebSockets, caching and microservices.
## Like what you see?
The book is available on the [raywenderlich.com store](https://www.kodeco.com/books/server-side-swift-with-vapor).
## Video Course
The video course is available to raywenderlich.com subscribers, which can be [watched here](https://www.kodeco.com/21451628-server-side-swift-with-vapor/lessons/1).
There are 30 videos covering:
* Getting Started
* Using Fluent
* Controllers
* Configuring Databases with MySQL
* Templating with Leaf
* API Authentication
* Web Authentication