Skip to content

lucioerlan/Soap-Automation

Repository files navigation

PRETTIER LICENSE LinkedIn Hits

Soap Automation 🚴

Logo

Report Bug · Request Feature

🤔 About The Project

Runs every 1 minute, This service generates an xml automatically, with information from the database, performs a post request to a soap webservice,
then the response is saved in the database.

If you have questions about creating schedules, see Cron.



🔨 Installation

You'll need Node.js installed on your computer in order to build this app.

git clone https://github.com/lucioerlan/Soap-Automation.git

$ cd Soap-Automation
$ npm install


🔥 Setup

Copy or rename the file

$ cp .env-examples .env
$ npx knex migrate:latest
$ npx knex seed:run


🤓 Running tests

$ npm run test


🎲 Running the application

# Run the application
$ npm run start


Or Run Docker 🐳

$ docker network create node-net
$ docker-compose up -d


🔓 License

This project lives under MIT License. See LICENSE for more details. © - Erlan Lucio