Pompey21 / Client-Server-Rust-2

A simple client-server application but I start from scratch!
0 stars 0 forks source link

Implement a system with requests #21

Closed Pompey21 closed 1 year ago

Pompey21 commented 1 year ago

Create a system where clients send requests to the server.

  1. POST their information
  2. GET the information -> here a search system will need to be implemented
  3. Error handling where if not sufficient funds etc. ... => this is for the future
Pompey21 commented 1 year ago

maybe the get can be retrieving the best possible offer? :))

Pompey21 commented 1 year ago

Now working on implementing a system to read in some more offers so I have something to work with. I am thinking of going with a simple text file and just having a script go read it and populated my global_variable offers_log with it.