geprog / CodeCaptain

Ask codecaptain everything you want to know about the source-code or issues of your project
https://codecaptain.ai
GNU Affero General Public License v3.0
7 stars 3 forks source link

codecaptain.ai

A dev advisor to ask about your code and project

Development

You can start developing on this project by using Gitpod.

Or you can run it locally. You will need to have

You need an OpenAI API key to run the project. You can get one by signing up at OpenAI.

And you need a Github OAuth app to run the project. You can create one at Github Developer Settings.

Enter the OpenAI API key and Github OAuth app credentials in the .env file. You can use the .env.sample file as a template.

Start the project by running the following commands:

# start vectorstore
docker-compose up -d

# install dependencies and set up the database
pnpm install
pnpm db:up

# start the server
pnpm start

Migrations

Appreciations