Skip to content

Feddane/Djezzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

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.

Features

  • 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

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone git@github.com:Feddane/Djezzy.git
  2. Navigate to the project directory:

    cd Djezzy
  3. 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
  4. Start the application with Docker:

    docker-compose up -d --build

Usage

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.

Demo

You can view the live demo of the Djezzy application here

Feedback

If you have any feedback, please reach me out on my LinkedIn account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published