Skip to content

[2022-1st Semester] A course, Industry-University Cooperation Project (SERVER PART)

License

Notifications You must be signed in to change notification settings

Weltried/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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