Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 224 Bytes

File metadata and controls

10 lines (8 loc) · 224 Bytes

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.