Skip to content

v0.0.1

Pre-release
Pre-release

Choose a tag to compare

@ravibpathuri ravibpathuri released this 11 Mar 04:27
· 1 commit to main since this release
Initial project setup with Docker, Neo4j, and ASP.NET Core

- Added .dockerignore to exclude unnecessary files from Docker builds.
- Updated .gitignore to exclude build artifacts and user-specific files.
- Created README.md with project overview, setup, and API documentation.
- Added RootsCore.sln for Visual Studio solution management.
- Added appsettings.Development.json and appsettings.json for configuration.
- Created Dockerfile for building Docker image of the application.
- Implemented Program.cs to set up ASP.NET Core application.
- Added RootsCore.csproj for project configuration and dependencies.
- Added RootsCore.http for HTTP request testing.
- Implemented PromptController.cs for AI prompt API handling with Neo4j.
- Created Neo4jContext.cs to manage Neo4j database connection.
- Added launchSettings.json for configuring launch profiles.
- Defined IAiService.cs interface for AI-related services.
- Implemented MockAiService.cs as a mock AI service for prompt generation.