Hlo..πππΆπΎ
1. Clone the Repository
git clone https://github.com/avinash-027/ProjOctopus.git2. Backend Setup (.NET)
cd ProjOctopus/ProjOctopus/OpenAIapi
dotnet build
dotnet watch runβ Make sure you have .NET SDK installed.
π Configure Gemini API Key
In the appsettings.json file, locate this section:
{
...
"AllowedHosts": "*",
"GeminiApiKey": "***REMOVED***"
}Replace "***REMOVED***" with your own Gemini API key.
π You can generate your Gemini API key by visiting: https://aistudio.google.com/app/apikey
3. Frontend Setup (Angular)
cd ProjOctopus/frontend
npm install
npm start # or use ng serveβ Ensure Node.js and Angular CLI (
npm install -g @angular/cli) are installed.