bank_app
bank_app
Example back-end API for bank-like app that uses memory for storing the data. Supports log-in, fetching/adding transactions, sorting and filtering.
Everything is in memory - the MemoryState class is holding all of the data.
Installation
Install the required dependency shards:
shards install
Run the application:
crystal run src/bank_app.cr
Usage
The available endpoints are in the requests.http
file.
You can find example log-in details in the Initializer class (for example, mark/mark).
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/evvo/bank_app/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
- Evtimiy Mihaylov - creator and maintainer
Repository
bank_app
Owner
Statistic
- 1
- 0
- 0
- 0
- 3
- over 4 years ago
- July 1, 2020
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 20:32:17 GMT
Languages