Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

SVillette/MyJobDating

Repository files navigation

My Job Dating

Build Status

MyJobDating is an IMIE A3 project with Symfony 3.4, Travis integration and Taiga.io for project management.

Installation:

  • First you have to install git and clone the project :

    git clone https://github.com/Samadu61/MyJobDating.git

  • Install composer

  • Install project dependencies :

    $ composer install

  • Create the database :

    $ php bin/console doctrine:database:create --env=PREFERRED_ENV

  • Create the database schema :

    $ php bin/console doctrine:schema:create --env=PREFERRED_ENV

  • Launch the symfony server :

    $ php bin/console server:run

  • Install yarn

  • Install frontend dependencies :

    $ yarn install

  • Run the frontend builder :

    $ yarn PREFERED_ENV

Note: PREFERRED_ENV constant might be either dev or prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •