Closed mdewey closed 6 years ago
not the jungle project, but react app is linked with rails api, https://github.com/benjaminkent/movie-reviewer
I see that this axios isn't fetching..
is the last commit message. Does this work?
no couldn't get axios to work for some reason. just used fetch instead
Your homework was marked: Meets Expectations
“Well done!” — via Gavin Stark
title: finish-the-safari draft: true
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
Jungle
Desert
.CountOfTimesSeen
and get a total number of animals seenCountOfTimesSeen
oflions
,tigers
andbears
Adventure Mode
Additional Resources
.NET
Here are the interesting commands you will need for tonights assignment
To add Entity Framework to your project:
To create your database:
To create the DbContext
dotnet ef migrations add AddBaordGameTable
dotnet ef database update