Djezzy is a web application developed with HTML, CSS, JavaScript, and Flask. It offers a user-friendly interface with distinct roles and functionalities for administrators, users, and supervisors. The application is in French.
- Role-based access control (Admin, User, Supervisor)
- Reclamation and history management for each role
- Admin capabilities to create and delete users, supervisors, and other admins
- Statistic page for the supervisors
- Install Docker
- Install Docker Compose
-
Clone the repository:
git clone git@github.com:Feddane/Djezzy.git
-
Navigate to the project directory:
cd Djezzy
-
Create a
.env
file (if not already present) and configure it:cp .env.example .env
Or manually set environment variables inside
.env
:POSTGRES_USER=your_username POSTGRES_PASSWORD=your_password POSTGRES_DB=your_db SECRET_KEY=your-secret-key DATABASE_URL=postgresql://your_username:your_password@db/your_db
-
Start the application with Docker:
docker-compose up -d --build
After installation, open your web browser and go to http://127.0.0.1:5000/. You will be presented with a homepage offering three roles: Admin, User, and Supervisor. Select a role to proceed.
You can view the live demo of the Djezzy application here
If you have any feedback, please reach me out on my LinkedIn account.