Skip to content

eb-gh-cr/job1_test

Repository files navigation

README

установка

установить rvm
bundle
установить редис
rake db:seed
rails s

тестирование

curl -i -H "Accept: application/json" "localhost:3000/api/products"

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"product_id":"1","quantity":"1"}' \
  http://localhost:3000/api/cart

curl -i -H "Accept: application/json" "localhost:3000/api/cart"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published