mrected / assignments

SDG Assignments
0 stars 0 forks source link

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

Open mdewey opened 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)