Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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