Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergzach authored May 12, 2019
1 parent fff05c7 commit 36aa0b9
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
## Task description
Write client-server application.

Use case: application which is used in car centers to store information
about sold cars. At first application will be used in a single car center then
all centers in town/city/world will use it to store information. It should be
possible to retrieve info about any sold car by serialNumber.
Clients pass to server an Object “Car” with following attributes:
```
"ownerName" type="string"
"serialNumber" type="uint64"
"modelYear" type="uint64"
"code" type="string"
"vehicleCode" type="string"
"engine"
"capacity" type="uint16"
"numCylinders" type="uint8"
"maxRpm" type="uint16"
"manufacturerCode" type="char"
"fuelFigures"
"speed" type="uint16"
"mpg" type="float"
"usageDescription" type="string"
"performanceFigures"
"octaneRating" type="uint16"
"acceleration"
"mph" type="uint16"
"seconds" type="float"
"manufacturer" type="string" "model" type="string"
"activationCode" type="string"
```
Server saves the information persistently.


## How to start carstore_app test
* Setup requirements from `src`: `pip3 install -r requirements.txt`.
* Setup carserver.py from `src`: `python3 setup.py install`.
Expand Down

0 comments on commit 36aa0b9

Please sign in to comment.