These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. A step by step series of examples that tell you how to get a development env running
- Follow Laravel Installation guide.
- Pull this repository
- Create database and link it in the project .env file [Check Online guides for reference]
- Run migration and seeding command:
- php artisan migrate
- php artisan db:seed
- Run laravel application
- php artisan server
- Login User 6.1. User Credentials: Email: johndoe@gmail.com Password: password 6.2. Admin Credentials: Email: admin@gmail.com Password: password
What things you need to install the software and how to install them
- Working knowledge of PHP, MySQL & Apache
- Knowledge of Laravel framework
This project is licensed under the MIT License - see the LICENSE.md file for details
- Laravel community
- Hat tip to anyone whose code was used
- Inspiration
- etc