Skip to content

edvegas/ssoft-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites:

On your local linux machine:

Usage:

git clone https://github.com/edvegas/ssoft-test.git

cd ssoft-test && vagrant up

After VM installation and provisioning

Application is available on your localhost on port 8080:

http://localhost:8080

To GET list of users, type:

http://localhost:8080/api/user

To POST new user via API, you can use CURL for example:

curl -d '{"username":"user", "email":"user@host.domain", "password_hash":"123456"}' -H "Content-Type: application/json" -X POST http://localhost:8080/api/user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published