-
Open the existing repository:
- Start Visual Studio.
- Go to File > Open > Project/Solution and locate your existing repository.
-
Add dependencies in project (PageBuilder.Core):
- Open Package Manager Console from Tools > NuGet Package Manager > Package Manager Console.
- Enter the following commands to add the required dependencies:
- Install-Package Microsoft.Extensions.Configuration -Version 6.0.1
- Install-Package Microsoft.Extensions.DependencyInjection -Version 6.0.1
- Make sure you are in the correct project (PageBuilder.Core) when executing these commands.
-
Add dependencies in project (PageBuilder.WebApi):
- Open Package Manager Console from Tools > NuGet Package Manager > Package Manager Console.
- Enter the following commands to add the required dependencies:
- Install-Package Swashbuckle.AspNetCore -Version 6.5.0
- Make sure you are in the correct project (PageBuilder.WebApi) when executing these commands.
-
Alternatively:
- Right-click on the solution in Solution Explorer and select Restore NuGet Packages.
-
Add "aiApiKey" in Manage User Secrets:
- Right-click on the project in Solution Explorer and select Manage User Secrets.
- The
secrets.json
file will open. Add the following JSON code: { "aiApiKey": "your-api-key-here" }
-
Run the project:
- Ensure all dependencies are successfully installed and configured.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
interval-pro/p4-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published