In C# using ASP.NET, build a fully functioning Web API to handle all requests within the React.JS built client server app and the mySQL built database make up this full-stack web application project. This rest API handles authentication and custom controllers as well as the regular get, push, post and delete.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
fixing get request for book details, adding auth to post review
859690fView on GitHubCompleting GetBookDetails controller and successfully testing in postman.
5fcfdfcView on GitHubAdding BookDetailsController. Updating Reviews dto to include the user object so that it can be .includes in the get bookdetails request. Updated file name of ERD.
e23a3f9View on GitHubPostman testing for posting reviews and posting and getting favorites.
0ee53b9View on GitHub