QuickHire is a robust, full-stack job marketplace platform designed to bridge the gap between recruiters and job seekers. Built with a focus on speed, scalability, and modern UX, it features a seamless interface for managing job listings and applications.
Frontend Live Link: https://quick-hire-full-stack-project.vercel.app/
- Nextjs
- TypeScript
- Tailwind CSS
- Node.js
- Express.js
- MongoDB + Mongoose
- See Job Postings
- Apply for job
- Create Job
- Serach and Delete Job
βοΈ Getting Started
Installation Clone the repository:
Bash git clone https://github.com/nibirnafis/QuickHire-Full-Stack-Project.git
for frontend: cd QuickHire-Full-Stack-Project/quickhire-frontend
for QuickHire_backend: cd QuickHire-Full-Stack-Project/QuickHire_backend
Install dependencies:
Bash -> npm install ->
Environment Setup: Create a .env file in both the /frontend and /backend directories and add-
in Frontend .env: NEXT_PUBLIC_API_BASE_URL="your_NEXT_PUBLIC_API_BASE_URL"
in Banckend .env: MONGODB_URI="your_MONGODB_URI" FORNTEND_BASE_URL="your_FORNTEND_BASE_URL" PORT="your_PORT"