-
Notifications
You must be signed in to change notification settings - Fork 75
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 myapiNext up run the bin/setup script to install dependencies, create databases, etc:
$ cd myapi
$ bin/setupYou can confirm your environment is setup by running tests:
$ rake
No examples found.
Finished in 0.00008 seconds
0 examples, 0 failuresBasics
Diving in
- bin/setup
- Config
- CORS
- Endpoints
- Error Handling
- Logging
- Models
- Mediators
- Migrations
- Rake Tasks
- Request IDs
- RequestStore
- Schema
- Serialization
- Testing
- Updating
Guides