Welcome to Gestion de Carrier! This MERN stack application is a robust tool for managing company resources efficiently.
- CRUD operations for companies, clients, materials, employees, and products
- "Bon de Commande" management for product receipts
- Easy-to-use interface for admin users
- Frontend: React
- Backend: Node.js, Express.js
- Database: MongoDB
- Clone the repository git clone https://github.com/achraflafkiri/CareerPro-Advanced-Career-Management-System.git CareerPro cd CareerPro
- Set up the backend:
- Install backend dependencies with
npm install
in theserver
directory - Configure the
.env
file with necessary details - Start the backend server with
npm start
- Install backend dependencies with
- Set up the frontend:
- Install frontend dependencies with
npm install
in theclients
directory - Modify API endpoints to connect to the backend
- Start the frontend server with
npm start
- Install frontend dependencies with
- Access the app via a web browser
- Use the dashboard to manage various company resources
We welcome contributions! Feel free to fork the repository and submit a pull request with your enhancements or bug fixes.
This project is licensed under the MIT License - see the LICENSE.md file for details.
DB= JWT_SECRET= JWT_EXPIRES_IN= NODE_ENV=