Skip to content

Commit

Permalink
update assignment3
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Jun 12, 2024
1 parent a58c046 commit c76cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/part03/assignment03.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For the third assignment, you’ll be adding more functionality to your member w
2. Store your initial member data as JSON on your server side. (You still don’t have a DB at this stage, so your web app will revert to this default list every time you restart your server.)


3. The initial member data should be loaded using a GET request to your server when your web page loads.
3. The member data should be loaded using a GET request to your server when your web page loads.


4. Ability to add a new member using a POST request.
Expand Down

0 comments on commit c76cd78

Please sign in to comment.