A social network website that connects all of the following entities
- Students
- Professors and Teaching staff
- Staff and Moderators
- Companies and Organizations
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Backend:
- php: 7.2
- Laravel framework 7.x
- MySQL database
- Frontend:
- Angular framework 9
- Angular material 9
- Angular bootstrap 6
- Fortawesome 5
- Admin LTE 3
A step by step series of examples that tell you how to get a development env running
Clone the project to your local machine
git clone https://github.com/Abdallah-Zidan/student-final-back-end.git
git clone https://github.com/Abdallah-Zidan/students-final-front-end.git
For backend project run the following command in the project directory
composer install
For frontend project run the following command in the project directory
npm install
After installing the project, you can try dummy data using Laravel seeder
Make sure MySQL database is running
php artisan db:seed
- Abd Allah Zidan - GitHub
- Ali Gomaa - GitHub
- Mohamed Gaber Ahmed - GitHub
- Sarah Muhammad Ibraheem - GitHub
- Tarek Ibrahem Mohammed - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details