Skip to content

shrutisharma-sh/nextstep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NextStep

An AI-powered career guidance platform that analyzes your query, detects emotional context, and returns personalized career roadmaps, market insights, and skill learning paths.


Running the Project

AI Service (FastAPI)

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 --reload

Runs on: http://127.0.0.1:8000


Frontend (React)

cd nextstep-frontend

npm install
npm run dev

Backend (Spring Boot) — 🚧 WIP

nextstep-backend is not required to run the app yet. Planned for auth, database, and API orchestration once core features are stable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors