An AI-powered career guidance platform that analyzes your query, detects emotional context, and returns personalized career roadmaps, market insights, and skill learning paths.
cd nextstep-ai-service
# Create virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\Activate.ps1
# Activate (macOS/Linux)
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run
uvicorn app:app --reloadRuns on: http://127.0.0.1:8000
cd nextstep-frontend
npm install
npm run devnextstep-backend is not required to run the app yet. Planned for auth, database, and API orchestration once core features are stable.