RestfulAPI in C

Job ID: 32326245

Budget: $30 – $250 CAD

Create Client - Server in C without using any libraries

For the Server:
1. 2 URIs: the single (/posts/?) and the collection (/posts);
2. GET single, GET collection, PUT, POST, DELETE methods
3. Additional attributes on POSTings: author, topic. (the complete list of attributes: author, topic,
posting)
4. Load posting file from disk on startup, save postings to file on shutdown.

For the Client:
1. A console mode program that is menu driven that allows the user to exercise all the methods on
the server.