https://github.com/montasser99/pi_project_esprit_mern
Development of a web platform to manage professional opportunities, facilitating job and internship postings, application collection, and centralized tracking. Built with ReactJS, ExpressJS, and MongoDB, it streamlines recruitment and fosters collaboration between candidates and professionals.
https://github.com/montasser99/pi_project_esprit_mern
docker express expressjs mongodb react reactjs
Last synced: 8 months ago
JSON representation
Development of a web platform to manage professional opportunities, facilitating job and internship postings, application collection, and centralized tracking. Built with ReactJS, ExpressJS, and MongoDB, it streamlines recruitment and fosters collaboration between candidates and professionals.
- Host: GitHub
- URL: https://github.com/montasser99/pi_project_esprit_mern
- Owner: montasser99
- Created: 2024-12-08T22:13:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:15:10.000Z (11 months ago)
- Last Synced: 2025-02-08T10:46:04.176Z (9 months ago)
- Topics: docker, express, expressjs, mongodb, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 28.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Professional Opportunities Management Platform
A web application designed to streamline the management of professional opportunities, such as job and internship postings, with transparent application collection and tracking. The platform bridges the gap between job seekers and professionals, creating an efficient recruitment process.
## Features
- **Opportunities Management**: Post, edit, and manage job and internship offers.
- **Application Collection**: Centralized collection and tracking of applications.
- **Notifications**: Automatic updates for users on application status.
- **Collaboration**: Share applications with professionals for evaluation.
## Tech Stack
- **Frontend**: ReactJS
- **Backend**: ExpressJS
- **Database**: MongoDB
## Installation
1. Clone the repository:
```bash
git clone https://github.com/montasser99/Pi_Project_Esprit_Mern.git
cd Pi_Project_Esprit_Mern
# Backend
cd backend
npm install
# Frontend
cd ../frontend
npm install