Skip to content

luism/rails-angular-jwt-example

 
 

Repository files navigation

Angular Messages

Angular Messages 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

And then, lineman (for Angular):

$ cd frontend
$ npm install
$ lineman run

Having both application started, you can navigate to: http://localhost:8000

Live demo - Register yourself or try with: [email protected] / 123123

About

An example of how to combine angular and rails with JWT authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.4%
  • Ruby 24.0%
  • HTML 10.9%
  • CSS 2.7%