A comprehensive music review platform with REST API
Test the API with these commands:
# Health check
curl https://nooziq.com/api/health
# Login
curl -X POST https://nooziq.com/api/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"creator@test.com","password":"test"}'
# List songs
curl https://nooziq.com/api/songs
Password for all accounts: test