simple project use rails-api to implement some func in RESTful
- ruby==2.2.1
bundle installrake db:drop db:create db:migrate db:seedrails s
- Use [simpleconv]: https://github.com/colszowka/simplecov "Source Code @ GitHub" with rpsec
export RSPEC_HTML=your_path
rpsec
find to your path that you export via RSPEC_HTML and open html to check.
please generate token from a client to use api
to generate token use: `curl -H "Content-Type: application/json" -d '{"user":{"email":"abc123@example.com","password":"12345678"}}' -X POST http://localhost:3000/api/v1/auth/sign_in'
then, save token & client_id into note and use with api.