Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 398 Bytes

Napa Sample Application

A sample application using the Napa framework and JSON web token authentication.

Setup

Make sure MySQL is installed and the credentials are correct in the database.yml file.

bundle
bundle exec rake db:reset
RACK_ENV=test bundle exec rake db:reset

Running the server

bundle exec napa s

Running the tests

bundle exec rspec spec