A Web Api for Jedis Notes utilizing Entity Framework using .Net 6
- Open the solution in Visual Studio.
- Edit the connection string in appsettings.json with you Database details
- In the Package Manager Console type "Update-Database" to create the table and add the seed data, or else run the InitialDB.sql file in SSMS.
- Run the solution, and test the endpoints using swagger. (localhost:PORT/swagger/index.html)