Rebar3
Cowboy
Jsone
Build and start application:
rebar3 shell
Process payment (API calls):
Send data:
cd src/misc
curl -v -F inputfile=@testdata http://localhost:8080/sender
- Add comments
- Implement error handling
- Implement Units tests
- Implement cuncurrency for faster db calls
- NoSQL integration with Riak, MongoDB or CouchDB
- API security
- Process pool for faster API handling
- Dockerize the aplication to be deployed in Google Cloud Platform