Skip to content

SekmSet/my_meetic

Repository files navigation

My_meetic

PHP version

    7.1 minimum

Install composer on Mac

    brew install composer

Install composer on Linux

    php composer-setup.php --install-dir=bin --filename=composer
    mv composer /usr/local/bin/composer

Install the project

    composer install

Import the database

    cf sql -> requette_sql.sql

Launch the server

    php -S localhost:8080 -t public

Quitte le serveur

    CTRL C

For the database

Connexion on your database

    Change the username and password in src > Tools > Database.php 
    and DSN if you don't use MySql or MariaDB

Table utilisateur

    if ('sexe' === 'f') -> The user is a woman
    if ('sexe' === 'h') -> The user is a man
    if ('sexe' === 'o') -> Other sex

Know if the user delete his account

    if ('actif' === 0) -> The user delete his account
    if ('actif' === 1) -> The user don't  delete his account

Know if the user's hobbie is active

    if ('actif' === 0) -> This hobbie isn't active
    if ('actif' === 1) -> This hobbie is active

Website preview

my_meetic my_meetic my_meetic my_meetic my_meetic

About

The goal of the project is to create a dating site like a Meetic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published