The project is developed in Rider and a temporary cloud database used (SQL Server).
Connection string can be found in appsettings.Development.json
- Select configuration in IDE: SmartCharging.Api - Development
- Run the project
- Swagger window will open
- Additional database connection is not required. You can use any tool to track data changes.
- Create Group
- Create Charge Station
- Create Connectors
- Run other APIs
dotnet ef --startup-project ../SmartCharging.Api migrations add [MIGRATION_NAME]
dotnet ef --startup-project ../SmartCharging.Api database update
- .NET 6 SDK
- Rider or Visual Studio 2022
- .Net 6
- Entity Framework Core
- SQL Server
- Swagger
- AutoMapper
- Unit Of Work
- Repository