This is a simple app showcasing the ability to: 
• Connect to a localhost SQL server
• Use Dapper to connect endpoints to the server
• Use Stored Procedures to Upsert/Delete entries into/from tables via Swagger
• Pull data either by DoctorId, PatientID or specific Appointment or Prescription
• Also added a batch upload function for the purposes of filling the databases with test data
I'm happy with the app as an example of what I can do, and look forward to learning some front end languages so that I might be able to create a full stack app in the near future.
Github Repo: https://github.com/Cirtos/LCHealthDBApp
Back to Top