Click here to Skip to main content
15,887,262 members
Please Sign up or sign in to vote.
1.04/5 (4 votes)
See more:
Develop a web API (HTTP web API) project which has a POST and GET methods for a territory resource. Your POST and GET methods should show me that you understood the subject. Write at least some sort of functionality and explain it step by step. - Develop an MVC web application which has at least 2 pages. One page should save data to a database (POST), and the second page select all the data from the table you saved data (GET). Your POST and GET methods should show me that you understood the subject. Write at least some sort of functionality and explain it step by step. - Call the POST method of the web API (REST API) inside the MVC web application to save the data to the database. The form should be in the MVC app, but data and saving logic should be implemented in the web API (REST API). You will collect the data from the user via the MVC web app's form. Explain the code step by step. - Call the GET method of the web API (REST API) inside the MVC web application to get the data from the database. The list should be in the MVC app, but data and data fetching logic should be implemented in the web API (REST API). You will show the data from the user via the MVC web app's list and the data should be fetched via the web API, not directly from the db. Explain the code step by step. Simply there should be 2 projects. One should be an MVC app, one should be a web API app. Upload your code here, otherwise send your projects to me by email from your school email. Check if it is accessible. - You can use any language/platform .NET - You can use a relational database system like postgresql - Write the explanations in comments above the line you explain.

What I have tried:

everything but it a lot of errors
Posted
Updated 7-Jul-23 8:14am
v2
Comments
Graeme_Grant 7-Jul-23 7:17am    
Nice homework project ...
Richard MacCutchan 7-Jul-23 8:10am    
No one can help you unless you show the code that you have written, and the errors that occur when you try to buid or run it. Please use the Improve question link above, and add complete details to your original post.
OriginalGriff 7-Jul-23 8:24am    
Maybe he fed the question into a C# compiler and crossed his fingers? :D
Richard MacCutchan 7-Jul-23 8:35am    
Well of ocurse, don't we all? :))

While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.

If you are having problems getting started at all, then this may help: How to Write Code to Solve a Problem, A Beginner's Guide[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900