divinoPV / phoenix

The project that rose from the ashes, Phoenix was initially an online project management platform for the project managers of a French bank created by Gregoire Rondet. For my license project I had the task to make it rise from its ashes with the latest stacks (Symfony 6 and PHP 8.1).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix

The project that rose from the ashes, Phoenix was initially an online project management platform for the project managers of a French bank created by Gregoire Rondet.

For my license project I had the task to make it rise from its ashes with the latest stacks (Symfony 6 and PHP 8.1).

Install

Execute commands in your favorite terminal :

  1. Clone project git clone git@github.com:divinoPV/phoenix.git
  2. Go to Linux hosts file sudo nano \etc\hosts, enter your password
  3. Add line 127.0.0.1 phoenix.co and save file
  4. Go in project cd %PROJECT_PATH%\phoenix
  5. Start project make start
  6. Go to http://phoenix.co in your favorite web browser

Fixtures

Users and database

Role Email Password
admin admin{1;4}@phoenix.co xxx
responsible_project responsible_project{1;7}@phoenix.co xxx
responsible_customer responsible_customer{1;15}@phoenix.co xxx
member_project member_project{1;24}@phoenix.co xxx
member_customer member_customer{1;35}@phoenix.co xxx
database root root

Support

You can email divino if you have any questions.

Authors

Entirely made by divino.

About

The project that rose from the ashes, Phoenix was initially an online project management platform for the project managers of a French bank created by Gregoire Rondet. For my license project I had the task to make it rise from its ashes with the latest stacks (Symfony 6 and PHP 8.1).


Languages

Language:PHP 63.2%Language:Twig 24.4%Language:SCSS 8.1%Language:Makefile 1.7%Language:JavaScript 1.7%Language:Dockerfile 0.5%Language:Shell 0.4%