Servers are running on Azure instance.
The Server is not running any longer.
* weltried.ga
-
A test server which just returns constant value to client is running independently.
-
A Main Server is a only way that a client can communicate with, which means that server system is Reverse Proxy.
- Only the Main Server communicates with others which are AI-Model Server and Database.
The test server is developed by Node.js express. It is running on port 8080.
-
You can test the server using
curl
command. -
(POST) http://weltried.ga:8080/user
curl -X POST http://weltried.ga:8080/user
curl -X POST http://weltried.ga:8080/currentposition
* (POST) http://weltried.ga:8080/measureresult
curl -X POST http://weltried.ga:8080/measureresult
curl -X POST http://weltried.ga:8080/statistic
The main server is developed by Node.js express. It is running on port 80.
-
(POST) http://weltried.ga/user (DETAILS)
* (POST) http://weltried.ga/measureresult (DETAILS)
- (POST) http://weltried.ga/statistic (DETAILS)
The AI-Model Server is developed by Python flask.
you don't have to know routers of this server, but if you wish ... DETAILS
The database uses MySQL.
The database schema is shown below.