Jobernify is a job search platform that connects job seekers with opportunities using advanced filters and AI-driven recommendations.
- Advanced Filters: Refine job searches based on location, experience, salary, and more.
- AI-Powered Recommendations: Receive job suggestions tailored to your profile and preferences.
- User Profiles: Create and manage profiles to showcase skills and experiences.
- Application Tracking: Monitor the status of your job applications in real-time.
- Job Alerts: Set up personalized alerts for new opportunities matching your criteria.
-
Frontend
- React with TypeScript
- Next.js for server-side rendering and routing
- Tailwind CSS for responsive and modern UI design
-
Backend
- NestJS for building efficient and scalable server-side applications
- MongoDB for database management
- Clone the Repository:
git clone https://github.com/Dzenoo/Jobernify.git
- Frontend Setup:
- Navigate to the client directory:
cd client
- Install dependencies:
npm install
- Add a .env file in the client directory and configure the necessary environment variables. Use .env.example as a reference.
- Backend Setup:
- Navigate to the api directory::
cd api
- Install dependencies:
npm install
Add a .env file in the api directory and configure the necessary environment variables. Use .env.example as a reference.
- Start Servers:
- Frontend
npm start:client
- Backend
npm start:api
Create account and start exploring application.
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request with your proposed changes.
This project is licensed under the MIT License.