crystal_api_payments_sample
crystal_api_payments_sample
TODO
- DB access
- Real life sign in using DB
- Incoming payment class
- Outgoing payment class
- Transfer payment class
- User balance method
- Internal incoming/outgoing payment method
- External (any user can) transfer endpoint
- Transfer endpoint validations (which checks balance, users, ...)
- Incoming, outgoing, transfers list
- Advanced reports endpoint
- Sample JS/react application
- created_at not rendering in json
- Think about adding model class methods, maybe in additional macro
Notes
- Create DB
CREATE DATABASE crystal_api_payments WITH OWNER owner;
Purpose
Create proof that it is possible to create very fast API in Crystal language.
Contributing
- Fork it ( https://github.com/akwiatkowski/crystal_api_payments_sample/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- akwiatkowski Aleksander Kwiatkowski - creator, maintainer
Repository
crystal_api_payments_sample
Owner
Statistic
- 0
- 1
- 0
- 0
- 1
- about 8 years ago
- August 24, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 05:30:39 GMT
Languages