ITU-BDSA2024-GROUP30 / Chirp

The great Chirp repository for Group 30!
0 stars 0 forks source link

4.1.a As a DEVELOPER, we want to REFACTOR THE CSV DATABASE, to a WEB SERVICE so we CAN OPEN IT WITH IN A WEB #22

Open HenrijetteOest opened 6 days ago

HenrijetteOest commented 6 days ago
  1. Create a New Web Service i. Sending a JSON object eg. {"Author":"ropf","Message":"Hello, World!", "Timestamp": 1684229348} as the body of an HTTP POST
  2. Adabt SimpleDB Funcrionality
  3. Implement the /cheep Endpoint i. HTTP POST Request => store cheeps
  4. Implement the /cheeps Endpoint i. HTTP GET Request => return all cheeps, that are stored in the CSV database as a list of JSON objects
  5. Test that is works and/or refine it :) https://github.com/itu-bdsa/lecture_notes/blob/main/sessions/session_04/README_PROJECT.md#1a-refactor-the-csv-database-to-a-web-service