przbadu / token-based-authenticated-api

Rails api with knock gem for token based authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USAGE

git clone https://github.com/przbadu/token-based-authenticated-api.git api-app
cd api-app
rake db:create db:migrate db:seed
rails s -p 3000

NOTE: check username and password in db/seed.rb file.

About

Rails api with knock gem for token based authentication

License:MIT License


Languages

Language:Ruby 98.2%Language:HTML 1.8%