Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jhsc/ninja
- Owner: jhsc
- Created: 2014-12-01T06:50:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T06:53:23.000Z (about 10 years ago)
- Last Synced: 2024-04-16T12:10:17.439Z (8 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`