CSV Importer API
Requirements:
- Install Docker and Docker Compose.
Steps to build:
- At the root of the project, create the
.envfile with values as in.env.exampleand executedocker-compose -f "docker-compose.yml" up -d --build - Then, execute
docker attach $(docker-compose ps -q web) - Inside container, execute
rake setup:reset - Start application with
hivemind
Application will be running with specified PORT in .env (3000 by default).