Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkrage/napa_sample

Messing around with Napa and JWT auth
https://github.com/rkrage/napa_sample

Last synced: about 1 month ago
JSON representation

Messing around with Napa and JWT auth

Awesome Lists containing this project

README

        

# 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.

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

## Running the server

```sh
bundle exec napa s
```

## Running the tests

```sh
bundle exec rspec spec
```