/aipa

AI Project Assistant

Primary LanguageTypeScript

AIPA

AIPA is an experimental platform for integrating AI assistance with project management tools.

Getting Started

Create your environment file by copying .env.example into .env and filling out the fields.

Install deps:

npm install

Run the database migrations:

npx prisma migrate dev

Run the development server:

npm run dev

Visit localhost:4000