Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 364 Bytes

File metadata and controls

24 lines (17 loc) · 364 Bytes

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]+/
}