This webproject runs over ASPNET Core with EntityFrameworkCore
- Visual Studio 2019
- IIS Express
- SQL Server
Feel free to use another sql connection string
Data Source=(LocalDb)\\MSSQLLocalDB;Initial Catalog=DBExam;Integrated Security=True;Pooling=False
- Run the script from "ScriptBD.sql" in SQL Server.
- Make sure that script has been executed correctly
- Open solution (.sln) with Visual Studio
- Now run the proyect using Visual Studio (make sure that WebApi is init project)
- Testing the service with Postman, import the file 'BackEnd.postman_collection.json'
- If the port is different that '31211', please change in the postman request.