Skip to content

hodonsky/node-soa-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Virtualbox and Vagrant

$ vagrant up

That should be enough for you to start poking around.

Want to see it work?

Try sending some raw JSON to: localhost:8800/auth

{
  "username":"donsky@email.mail",
  "password":"Abcd1234"
}

You should get a response:

{
  "token": /[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+/
}

Releases

No releases published

Packages

No packages published