Rails 6 API Tutorial - Create project and routing p.1

Опубликовано: 17 Октябрь 2024
на канале: Rails Pro
32,406
457

In this video series we will build a Rails API from scratch. Backend APIs are useful for serving data to frontend applications, mobile apps or other backend services.

✨ Check out the new version of this video, which has been updated for Rails 7    • Rails 7 API Tutorial - Create project...  

📖 You can also purchase the eBook and code for the new Rails 7 tutorial - https://tomkadwill.gumroad.com/l/rail...

This video covers:
2:50 - Initializing a Rails API project
3:35 - Opening the project in an editor
4:00 - Creating a route to list records
7:39 - Testing the route via cURL