REST API powering the ANIS parental control & child monitoring platform - user management, app restrictions, quests, behavior analysis, and location tracking.
# 1. Clone & enter
git clone https://github.com/ANIS-Solutions/backend.git && cd backend
# 2. Use correct Node version
nvm use
# 3. Install dependencies
pnpm install
# 4. Configure environment
cp config.env.example config.env
# 5. Start dev server
pnpm dev# Build & start
docker compose -f docker-compose.dev.yml up --build
# Stop
docker compose -f docker-compose.dev.yml downFound a bug? Open an issue with steps to reproduce.
