DevJobPortal is a web application developed to connect developers with job opportunities. It is built using React for the frontend, Node.js and MongoDB for the backend, and styled with HTML, CSS, and SCSS.
- Job Listings: Browse through a curated list of job opportunities for developers.
- User Authentication: Securely register, log in, and manage your account.
- Profile Creation: Create and customize your developer profile to showcase your skills and experience.
- Job Application: Apply for job positions directly through the platform.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/your-username/DevJobPortal.git
Navigate to the project directory:
cd DevJobPortal Install dependencies for both the frontend and backend:
Usage Start the MongoDB server:
mongod --dbpath Start the backend server:
cd server && npm start Start the frontend:
cd client && npm start
Open your browser and visit http://localhost:3000 to use DevJobPortal.
Technologies Used Frontend: React HTML CSS SCSS Backend:
Backend: Node.js Express MongoDB
Contributing We welcome contributions! Please follow the contribution guidelines.