The test project about lunch ordering.
-
Fill
config/database.yml
andconfig/application.yml
; -
Execute next command:
rake db:create db:migrate db:seed # you can seed concrete models, ex. db:seed:items
Admin User Api Client [email protected] user_<n>@lunch.com [email protected] 12345678 12345678 228_322_228 -
System can access orders list to api by
/api/v1/orders.json?access_token=<your_access_token>&date=<yyyy-mm-dd>
# access_token - required, date - optional (default = today)).Default access token:
1234
.