Welcome! This is a hiring assessment for full-stack engineering positions at Concentrate.
Read the full specifications in SPECS.md
- Node.js >= 20.0.0
- npm >= 10.0.0
- Docker & Docker Compose
- Use this template to create your own repository
- Clone your repository locally
- Install dependencies:
npm install- Start the database and Redis:
docker-compose up -d- Set up your project structure and begin implementation
This starter includes:
- package.json - All required dependencies from the tech stack
- .prettierrc - Code formatting configuration
- .eslintrc.json - Linting rules (enforces no
anytypes) - docker-compose.yml - PostgreSQL and Redis services
- SPECS.md - Complete project requirements
Submit a 5-10 minute video walking through your application and highlighting key features. Upload to Google Drive and share with jobs@concentrate.ai.
Your video should cover:
- Application walkthrough (UI and features)
- Architecture decisions
- Testing approach
- Deployment setup
If you have any questions about the requirements, please reach out to jobs@concentrate.ai.