From c604708a1adc4cd3c8f4c86969c92331a4899c38 Mon Sep 17 00:00:00 2001 From: Zoe Farrell Date: Thu, 2 Nov 2023 11:28:20 -0600 Subject: [PATCH] Update Capstone.md --- module5/projects/Capstone.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module5/projects/Capstone.md b/module5/projects/Capstone.md index c140af6..ecf5cf7 100644 --- a/module5/projects/Capstone.md +++ b/module5/projects/Capstone.md @@ -14,8 +14,8 @@ The project will be split into 4 Phases: * Presentation/Documentation ### Project Expectations -Your application must include the following: -* Use of an external API +Your application should include the following: +* A GET request to fetch data from an external API, and a way of displaying the fetched data to users. * A database that contains a minimum of 2 related tables (not including Identity tables, if you choose to use Identity) * CRUD operations for the resources in your database * this could be accomplished either through user-facing forms, or API endpoints, or a combination. @@ -111,4 +111,4 @@ The last full day of the project will be dedicated to documentation, and prepari Your project should include a README that follows [Good Documentation](../lessons/Week2/WritingGoodDocumentation) practices. -You will prepare a project demonstration that should follow this [Demo Guide](./DemoGuide). A great presentation can be a good addition to the documentation of your project, so we will be recording these presentations for you to use as you see fit! \ No newline at end of file +You will prepare a project demonstration that should follow this [Demo Guide](./DemoGuide). A great presentation can be a good addition to the documentation of your project, so we will be recording these presentations for you to use as you see fit!