--- a/readme.md
+++ b/readme.md
@@ -21,15 +21,18 @@
`bower install`
Start:
-`node server.js`
+`npm start`
+
+Docker:
+`To be successful, the database (MySQL) will be in one container and the notification enabler will be in another container. In the Notification Enabler is present a Dockerfile, which is defined the way to be executed and also is present a docker-compose.yml in which will indicate the services to be executed successfully.`
Script:
-`It is important to run the import.sh script in the DB folder for the creation of the database.`
+`It is important to run the import.sh script in the DB folder for the creation of the database. The file that contains all the information about the sql is inside the same folder.`
To Execute:
`It is necessary to create a configuration in the configuration enabler where it will result a data.env file in which will contain the defined environment variables.`
-To execute this enable you will need the following Environment Variables:
+For this enabler execute will need the following Environment Variables:
`PORT
USEREMAIL
USERPWD
@@ -57,7 +60,7 @@
Transfer-Encondig: chunked
{
- "success": true,
+ "success": true,
"data": [
{
"rulesID": 11,
@@ -344,7 +347,7 @@
```json
{
- "success": true
+ "success": true
}
```
@@ -404,7 +407,7 @@
```json
{
- "success": true,
+ "success": true,
"data": {
"token": "Z58oqMmXJJzC1KHAaPurgohg00xgklomu5DVXgcZwj4"
}
@@ -465,7 +468,7 @@
```json
{
- "success": true
+ "success": true
}
```