An open API service indexing awesome lists of open source software.

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.

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