make docker
See in git@github.com:Pumgrana/docker.git repository
curl -H "Content-Type: application/json" -X POST -d '{"email":"test@test.com","password":"12345678"}' http://localhost:3000/auth/
curl -v -H "Content-Type: application/json" -X POST -d '{"email":"test@test.com","password":"12345678"}' http://localhost:3000/auth/sign_in
curl -v -H "Content-Type: application/json" -X POST -d '{"access-token":"lokCml393J_bvUZKvvZK_g","uid":"test@test.com","client":"iZBty-kK5VjhJJyQc6ch-A"}' http://localhost:3000/auth/sign_in
curl -X GET http://localhost:3000/histories
curl -X POST -d '{"content":"dummy"}' http://localhost:3000/histories
curl -X DELETE http://localhost:3000/histories/:id