Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.8 KB

README.md

File metadata and controls

77 lines (53 loc) · 1.8 KB

License: ISC Live Demo

MERN Jobify

Project description

MERN Jobify is a job search platform built using the MERN stack (MongoDB, Express.js, React, Node.js). It enables employers to publish job offers and job seekers to apply to these offers. The project aims to simplify the recruitment process by providing an intuitive user interface and robust functionality.

Features

  • Publication of job offers
  • Job search
  • Apply for jobs
  • Manage user profiles
  • etc...

Screenshots

Screenshot1

Table of contents

Technologies used

  • MongoDB
  • Express.js
  • React
  • Node.js

Installation

  • Copy the .env.example file and rename it to .env. Fill in the necessary environment variables.
# .env.example
NODE_ENV=development
PORT=5000
MONGO_URL=your_mongodb_uri_here
JWT_SECRET=your_jwt_secret_here
JWT_EXPIRES_IN=30d
CLOUD_NAME=your_cloud_name_here
CLOUD_API_KEY=your_cloud_api_key_here
CLOUD_API_SECRET=your_cloud_api_secret_here
  • Clone the repository and install the dependencies.
git clone https://github.com/Fixito/mern-jobify.git
cd mern-jobify
npm run setup-project

Usage

To start the development server :

npm run dev

License

This project is licensed under the ISC License.

Contact

If you have any questions, please contact me at [email protected]