AS A developer
I WANT to create a new database in MySQL
SO THAT we can create new tables to hold gift-receiver and gift-giver data
GIVEN you create a new database
WHEN you enter data from the application
THEN we can use the CRUD method to update the database
AS A developer
I WANT to create a new database in MySQL
SO THAT we can create new tables to hold gift-receiver and gift-giver data
GIVEN you create a new database
WHEN you enter data from the application
THEN we can use the CRUD method to update the database