Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhsc/ninja

An example of how to combine Angular and rails with JWT authentication.
https://github.com/jhsc/ninja

Last synced: about 1 month ago
JSON representation

An example of how to combine Angular and rails with JWT authentication.

Awesome Lists containing this project

README

        

# Angular Ninjas

`Angular Ninjas` is a demo application to show how to implement `JWT` authentication with a `Rails` backend and an `Angular` frontend.

If you want to try it, you need to do the following:

Configure and run `Rails`:

```
$ bundle install
$ rails s
```

Run it locally: `http://localhost:3000`