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.
resume-commentor/
├── frontend/ # React application
└── backend/ # Node.js API server
- Navigate to the backend directory:
cd backend
- Install dependencies:
npm install
- Create a .env file:
cp .env.example .env
- Start the development server:
npm run dev
The API server will be available at http://localhost:3000
- Navigate to the frontend directory:
cd frontend
- Install dependencies:
yarn
- Start the development server:
yarn dev
The application will be available at http://localhost:8080
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request