Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conformist-mw/mono-currencies
Currencies rate driven by Monobank API
https://github.com/conformist-mw/mono-currencies
django monobank-api react
Last synced: 1 day ago
JSON representation
Currencies rate driven by Monobank API
- Host: GitHub
- URL: https://github.com/conformist-mw/mono-currencies
- Owner: conformist-mw
- Created: 2019-06-30T18:38:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T09:41:36.000Z (7 months ago)
- Last Synced: 2024-04-23T13:27:03.451Z (7 months ago)
- Topics: django, monobank-api, react
- Language: JavaScript
- Homepage: https://mono-currencies.herokuapp.com/
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Currency app by Monobank API
============================Simple react app inspired by recently released Monobank API
Project dependencies
--------------------Main dependencies are in ``requirements.txt`` and ``package.json``
How to install
--------------.. code:: bash
docker-compose build
How to run
----------.. code:: bash
docker-compose up
Build frontend before deploy
----------------------------.. code:: bash
docker run -it \
--rm \
-e NODE_ENV=production \
-v ${PWD}:/app \
-v ${PWD}/package.json:/app/src/package.json \
react-currency_front npm run build