Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

lifei6671/interview-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview AI

Project Structure

This project follows the Standard Go Project Layout.

  • cmd/: Main applications for this project.
    • cmd/server/: The entry point for the server application.
  • internal/: Private application and library code. This code is not importable by other applications.
  • pkg/: Library code that's ok to use by external applications.
  • api/: OpenAPI/Swagger specs, JSON schema files, protocol definition files.
  • configs/: Configuration file templates or default configs.
  • scripts/: Scripts to perform various build, install, analysis, etc operations.
  • docs/: Design and user documents.

Getting Started

Prerequisites

  • Go 1.25+

Running the server

go run cmd/server/main.go

About

基于大模型的AI题库生成

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published