Skip to content

Commit

Permalink
Update Capstone.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoefarrell authored Nov 2, 2023
1 parent 65af831 commit c604708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module5/projects/Capstone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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!
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!

0 comments on commit c604708

Please sign in to comment.