Skip to content

mvpgomes/mobile_cash_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobile_cash_server

Compile:
mvn clean install

Run in localhost
foreman s

Call some endpoint:

  • Receive an hello message localhost:5000/api/hello

-Buy a product Make a POST request to localhost/api/buy with a json object like:
{"username" : "username", "password" : "password", "product" : "product"}

- Deploy in heroku:
git push heroku master

The application endpoints are implemented in the following package :

  • src/main/java/com.sirs.mobilecashserver.rest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages