AI-integrated authentication toolkit - Open to contribution.
Checkout the app live: katanaid.com Our documentations: docs.katanaid.com
- Frontend: React
- Backend: Go
- Database: PostgreSQL
We are open to contribution to the project. Contact us via khiem@sukaseven.com or tran3ah@mail.uc.edu to get invited to the project.
- Node.js 18+
- Go 1.21+
- PostgreSQL (pgAdmin 4)
cd backend
cp .env.example .env # Copy and configure your env
go run main.goCan either be ran with npm or pnpm
cd frontend
cp .env.example .env # Copy and configure your env
npm install
npm run devThe frontend runs on http://localhost:5173 and the backend on http://localhost:8080.