-
Notifications
You must be signed in to change notification settings - Fork 74
Getting started
Pedro Belo edited this page Jul 10, 2015
·
7 revisions
After going through the Setup, you can create new Pliny apps like:
$ pliny-new myapi
Basics
Diving in
- bin/setup
- Config
- CORS
- Endpoints
- Error Handling
- Logging
- Models
- Mediators
- Migrations
- Rake Tasks
- Request IDs
- RequestStore
- Schema
- Serialization
- Testing
- Updating
Guides