Skip to content

Hanamappa01/NEXUSAI

Repository files navigation

NexusAI Monorepo

This repo combines the aaa React frontend with the NEXUSAI FastAPI backend.

Structure

  • backend/: FastAPI API (MongoDB + SerpAPI)
  • src/, public/: React + Vite frontend

Quick Start

Backend

cd d:\aaa\backend
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

Set environment variables in d:\aaa\backend\.env (MongoDB and SerpAPI).

Frontend

cd d:\aaa
npm install
npm run dev

Vite proxies /api to http://localhost:8000 for local development.

API Endpoints

  • POST /api/signup
  • POST /api/login
  • POST /api/auto-match (multipart resume upload)

About

NexusAI is an AI-powered career intelligence platform that analyzes resumes, extracts skills, and matches users with relevant job opportunities using NLP techniques. It features a full-stack architecture with interactive dashboards, secure authentication, and real-time insights to help students and professionals make smarter career decisions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors