Getting Started With Automator
Get Started with automator tool.
Watch the guide
35 steps
6 months ago
1
Automator Tool Folder
2
Inside the tool folder
3
Look for GetAutomator.exe file
4
Version of the tool you purchased.
5
This section help you to configure the path of the output folder where you want to generate your project code. This is one time activity.
6
Once path is set click on continue
7
Register new licence form
8
Purchase code from CodeCanyon or GetAutomator.com
9
Select purchased from in this select box.
10
Click to register
11
Once register you can find list of your licence here.
12
Click on 'Generate' button to continue
13
The tool name. Here you are going to generate PHP REST API from MySQL
14
Provide your project name here. e.g eshopAPI
15
This is the folder its going to generate the code. Base path was configured in the starting of the tool. You can change the path if required.
16
Provide your database credentials here
17
Or paste your connection string directly here.
18
Click on "Test Connection" button to make sure everythig is correct.
19
Once the connection is correct you can see the list of tables here.
20
Select list of table to proceed to next step.
21
If you have selected atleast one table you will see the option to select authentication type.
22
Hardcoded means the username/password will be hard coded to the source code. (Easy option if you just want to test)
23
Authentication table option is good and secure option if you have some kind of user table in your database.
24
This is hard coded value you can replace.
25
In PHP REST API there is option to genereate multi-tenant supported API. (May not have this option in all the other Automator tool)
26
If you want to configure your own authentication table than select this option.
27
Select your auth table e.g Users
28
Select which column will act as username e.g Email, or username column
29
Select which column will act as password column. e.g Password
30
Once you are happy with Authentication type and table selection. Click on "Generate" button
31
On click of Generate button the tool will analyze your database and generate the REST API Accordingly.
32
Read the full logs here. This help you to contact support for any bug fix or any error in generation.
33
You output folder
34
Your generated source code.
35
We will look into the code in detail in next video. Thanks for watching.
Please visit https://getautomator.com to know more.