Coder Social home page Coder Social logo

glimpsgonev2's Introduction

Glimps Gone V2

Glimps Gone V2 est une galerie d'art en ligne innovante où l'art invisible prend vie grâce à l'imagination des visiteurs. Ce projet utilise une architecture MVC et intègre des technologies modernes pour offrir une expérience utilisateur exceptionnelle.


Table des matières


Installation et Configuration

Prérequis

  • PHP 7.4 ou supérieur
  • Composer
  • WampServer

Configuration de l'environnement

  1. Cloner le dépôt :
git clone <https://github.com/Baldaxx/glimpsgonev2.git>
cd glimpsgonev2
  1. Installer les dépendances PHP :
composer install

Configurer les variables d'environnement

Copier le fichier .env.example et modifier les valeurs selon votre configuration et l'enregistrer en .env

DB_HOST=localhost:3306
DB_NAME=glimpsgone
DB_USER=root
DB_PASS= Votre mot de passe

Copier le fichier .configExemple et modifier les valeurs selon votre configuration et l'enregistrer en .config.php

<?php

const DB = [
    "name" => "root",
    "user" => "root",
    "password" => "root",
    "host" => "localhost:3306",
];

const APP_NAME = "root";

Base de Données

Création de la base de données :

php database/resetDb.php

Exécution de l'Application

Télécharger et installer WampServer.

Placer le projet dans le répertoire www de WampServer par exemple :
C:\wamp64\www\glimpsgonev2

Démarrer WampServer et s'assurer que les services Apache et MySQL sont en cours d'exécution.

Ouvrir votre navigateur et accéder à l'application à l'adresse suivante :
http://localhost/glimpsgonev2


Contributeurs

Virginie Baldacchino

glimpsgonev2's People

Contributors

baldaxx avatar ttizio avatar

Watchers

 avatar

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.