ASP.net Quote Generator Admin
I developed an Admin page for a Quote Generator API in ASP.net MVC. This was a project for my Web Application Programming I course. The web app has a database of quotes which can be added to or deleted from. The form included fields for an author, the quote, a link and uploading an image and when the api was hit it would send back quotes randomly picked from the database. This project helped me learn more about API's and how they are managed.
Tech Stack
• ASP.net
• C#
• MySQL
• Bootstrap