StPeteFrank / assignments

0 stars 0 forks source link

Week 09 - Day 3 - Create a React App for your API #30

Closed mdewey closed 5 years ago

mdewey commented 5 years ago

For this assignment, you should take your safari API that was already created, and create a simple react app that consumes that API.

Objectives

Requirements

Explorer Mode

Adventure 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)
StPeteFrank commented 5 years ago

Explorer mode complete.

https://github.com/StPeteFrank/my-api-react-app

mdewey commented 5 years ago

Your homework was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark