Skip to content

XeonStaf/OpenSourceBootCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes for development

Commit syntax

  • regex - ^\[[a-z]+\] [A-Za-z]+ [a-z]+\: [a-z0-9]+
  • structure - [<scope>] <feature-name> <type-of-changes>: <msg>
  • example - [api] tavily-search feat: implement tool calling

Branch syntax

  • regex - [a-z]+/[a-z0-9\-]+-[a-z0-9\-]+
  • structure - <scope>/<feature-name>-<short-description>
  • example - feat/<feature-name>

Backend setup & run

  1. Install dependencies:
    cd backend
    poetry install
  2. Start the backend service:
    poetry run uvicorn src.main:app --reload

Set up git hooks

  • pre-commit install
  • pre-commit install --install-hooks
  • pre-commit install --hook-type commit-msg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors