Database Operations #1

Open
opened 2024-12-15 17:32:13 +00:00 by yequari · 0 comments
Owner

The API needs code to perform all the necessary data operations for creating, retrieving, updating and deleting users, websites, guestbooks, and guestbook comments.

Users

  • User creation
  • User retrieval
  • User modification
  • User deletion

Websites

  • Website creation
  • Website retrieval
  • Website modification
  • Website deletion

Guestbook

  • Guestbook creation
  • Guestbook retrieval
  • Guestbook modification
  • Guestbook deletion

Guestbook Comments

  • Comment creation
  • Comment retrieval
  • Comment modification
  • Comment deletion
The API needs code to perform all the necessary data operations for creating, retrieving, updating and deleting users, websites, guestbooks, and guestbook comments. # Users - [x] User creation - [ ] User retrieval - [ ] User modification - [ ] User deletion # Websites - [ ] Website creation - [ ] Website retrieval - [ ] Website modification - [ ] Website deletion # Guestbook - [x] Guestbook creation - [x] Guestbook retrieval - [ ] Guestbook modification - [ ] Guestbook deletion # Guestbook Comments - [x] Comment creation - [x] Comment retrieval - [ ] Comment modification - [ ] Comment deletion
yequari added this to the Guestbook Project project 2024-12-15 17:32:13 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 32bitcafe/guestbook#1
No description provided.