Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.66 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.66 KB

server

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.

About Test Server

The test server is developed by Node.js express. It is running on port 8080.

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

About Main Server

The main server is developed by Node.js express. It is running on port 80.

* (POST) http://weltried.ga/measureresult (DETAILS)

About AI-Model Server

The AI-Model Server is developed by Python flask.

you don't have to know routers of this server, but if you wish ... DETAILS

About Database

The database uses MySQL.
The database schema is shown below. database schema