AbeEveland / assignments

0 stars 0 forks source link

04 - 04 - The Rise of the Tamagotchi #17

Closed AbeEveland closed 4 years ago

AbeEveland commented 4 years ago

To start your journey you will be creating an API that allows a user to create and care for a virtual pet, reminiscent of a Tamagotchi. The basic functionality will walk you through the four basic parts of a web API, create, read, update and delete.

Objectives

Explorer Mode

Your API should have the following endpoints

Adventure Mode

Add the following features to your API

Epic mode

Create a console app that interacts with your API that:

Resources

AbeEveland commented 4 years ago

https://github.com/AbeEveland/Tamagotchi

AbeEveland commented 4 years ago

My Migration files are not in a folder, they are right above my program.cs on the main page of my repository.

AbeEveland commented 4 years ago

Your homework 04 - 04 - The Rise of the Tamagotchi was marked: Needs Improvement

Just a little further!

“Just a little further!”

gstark commented 4 years ago

You need to remove the migrations in the main folder of the project. They don't belong there.

This method here: https://github.com/AbeEveland/Tamagotchi/blob/master/Controllers/PetController.cs#L73 needs to be: HttpPost(["/pets/{id}/scoldings"]) according to the requirements.

This method here: https://github.com/AbeEveland/Tamagotchi/blob/master/Controllers/PetController.cs#L86 needs an HTTP type

This method here also needs a different type: https://github.com/AbeEveland/Tamagotchi/blob/master/Controllers/PetController.cs#L55

I cannot accept this assignment even though it is very close.

I would like you to schedule an hour with either myself or Jordan to clean up this assignment. I think we can quickly get this in shape.

AbeEveland commented 4 years ago

https://github.com/AbeEveland/Tamagotchi