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

https://github.com/avatsaev/rails-devise-token-seed

Rails Angular Token Auth Tutorial
https://github.com/avatsaev/rails-devise-token-seed

auth devise rails token

Last synced: 7 months ago
JSON representation

Rails Angular Token Auth Tutorial

Awesome Lists containing this project

README

          

# Rails Devise token seed

Backend part for the "Angular & Rails user authentification" tutorial: https://medium.com/@avatsaev/angular-2-and-ruby-on-rails-user-authentication-fde230ddaed8#.bq7ibrz5e

## Install

```
bundle install
```

## Init the databse

```
rails db:create && rails db:migrate && rails db:seed
```

## Run
```
rails s
```