A simple broker-user registry
Clone repository with one of the following ways and start coding.
with HTTPS:
git clone https://github.com/barhantas/coalitioninc-task.git
with SSH:
git clone git@github.com:barhantas/coalitioninc-task.git
Make sure that you have Node and python installed.
cd coalitioninc-task
yarn install
yarn start
open new terminal and go to project path
cd coalitioninc-task/api
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
flask db init
flask db migrate -m "create tables"
flask db upgrade
python data-loader.py
on the package.json root
yarn start-api