8000 GitHub - ag5826000/resume-commentor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ag5826000/resume-commentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Commentor

A full-stack web application that enables users to upload and get their resume reviewed based on job description. Built with React and Node.js.

Project Structure

resume-commentor/
├── frontend/    # React application
└── backend/     # Node.js API server

Quick Start

Backend Setup

  1. Navigate to the backend directory:
cd backend
  1. Install dependencies:
npm install
  1. Create a .env file:
cp .env.example .env
  1. Start the development server:
npm run dev

The API server will be available at http://localhost:3000

Frontend Setup

  1. Navigate to the frontend directory:
cd frontend
  1. Install dependencies:
yarn
  1. Start the development server:
yarn dev

The application will be available at http://localhost:8080

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0