Skip to content

mostafamt/PMS

Repository files navigation

PMS

This is the first stone for our graduation project 'project Management System ' .

Team

1- Mostafa Kamel (mostafamt)
2- Nasser Maher (NasserMaher)
3- Osama Mohammed (OsamaMuharram)
4- Abdelahmeid Elsayed (AbdlhamidElsayd)
5- Abdallah Salah(AbdoSMarei)
6- Nasr Mohammed
7- Abdallah Elharouni

Installation video tutorials

1- Install Git
2- Install Xampp
3- Create Database
4- Install Composer
5- Setup and run

How to install ?

1 - git clone https://github.com/mostafamt/PMS
2 - cd PMS
3 - composer update
4 - copy .env.example .env
5 - php artisan key:generate
6 - edit .env file , edit these parameters :
DB_DATABASE=pms
DB_USERNAME=root
DB_PASSWORD=
7 - php artisan migrate
8 - This step is optional to fill database : php artisan db:seed
9 - php artisan serve

How to push to our repo ?

1 - git status
2 - git pull push https://github.com/mostafamt/PMS
3 - git add .
4 - git commit -m "your comment"
5 - git push https://github.com/mostafamt/PMS master