This is a first look and crash course for Encore, which is a backend framework & entire backend toolset with a Rust runtime, API validation, integrated infrastructure, developer dashboard and much more. We will be building a URL shortener service.
Code:
https://github.com/bradtraversy/encore-url-shortener
Encore Website:
Timestamps:
- Intro
- Slides
- Installation & Setup
- Running Encore & Dev Dashboard
- Create Your First Endpoint
- URL Params
- Query Params
- Start URL Shortener
- URL POST Endpoint
- PostgreSQL & Migration
- Encore DB Shell
- URL GET Endpoint
- Deploy To The Cloud
- Test Cloud API With CURL