Giter Site home page Giter Site logo

futura's Introduction

Futura: Insurance Management System

This Symfony project is designed to manage insurance subscriptions for health, vehicle, and housing.

Features

  • Subscription Plans (Packs): Create, update, and delete subscription plans for health, vehicle, and housing insurance.
  • Pack Categories: Organize subscription plans into categories for easy management.
  • Insurance Guarantees: Define specific guarantees and coverage details for each subscription plan.
  • User Management: Basic user authentication and authorization for managing subscription plans.

Requirements

  • PHP 7.4 or higher
  • Composer
  • Symfony CLI

Installation

  1. Clone the repository:

    git clone https://github.com/alaeddinewannassi/futura.git
    
  2. Navigate into the project directory:

    cd futura
  3. Install dependencies using Composer:

    composer install
  4. Configure your environment variables by copying the .env file:

    cp .env.test .env
  5. Load sample data (optional):

    php bin/console doctrine:fixtures:load
  6. Generate SSH keys (optional, if you use JWT authentication):

    mkdir -p config/jwt
    openssl genpkey -out config/jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096
    openssl pkey -in config/jwt/private.pem -out config/jwt/public.pem -pubout
    

Usage

Start the Symfony development server:

symfony server:start

Open your web browser and visit http://localhost:8000 to access the application.

Running Tests

To execute tests, run:

symfony server:start

Additional Information

For more information on Symfony commands and best practices, refer to The Symfony Documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.