Installation
AACSearch can be used as a hosted service or self-hosted.
Cloud (Recommended)
Section titled “Cloud (Recommended)”No installation needed. Sign up at aacsearch.com and get your API key.
Self-Hosted
Section titled “Self-Hosted”Prerequisites
Section titled “Prerequisites”- Node.js 18+
- npm or pnpm
Install
Section titled “Install”git clone https://github.com/AAChibilyaev/AACSearch-com.gitcd AACSearch-comnpm installnpm run buildConfiguration
Section titled “Configuration”Create a .env file:
AACSEARCH_API_KEY=your-api-keyDATABASE_URL=your-database-urlnpm run devVisit http://localhost:4321 to access the application.