mrected / assignments

SDG Assignments
0 stars 0 forks source link

Week 09 - Day 2 - Intro to APIs #30

Closed mdewey closed 5 years ago

mdewey commented 5 years ago

Let's Continue our safari adventure

We are taking a surprise trip to the Savannah for a safari to see all sorts of exotic animals. During our time there we want to keep track of all the animals we have seen. For this, we need to create an API to help record what we see.

Objectives

Requirements

Explorer Mode

NOTES:

Adventure Mode

Epic Mode

Additional Resources

.NET

Here are the interesting commands you will need for tonight's assignment


- Add a migration:

dotnet ef migrations add AddBaordGameTable


- Update your database

dotnet ef database update



 - Documentation: [Dotnet EF CLI Docs](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet)
mrected commented 5 years ago

https://github.com/mrected/safari-vacation

gstark commented 5 years ago

Your homework was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark