Laravel was used to develop the application because it is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
In order to setup the application locally on you system.
-
clone the repository
-
git clone git@github.com:willypelz/appricotsoft.git
-
cd into the project directory
-
cd appricotsoft
-
install the dependencies for the application
-
composer install
-
create a database called
appricotsoft
in your database -
update the env files with your mysql connection details that you have on your system
DB_CONNECTION=mysql
DB_HOST=YOUR_HOST
DB_PORT=MYSQL_PORT
DB_DATABASE=appricotsoft
DB_USERNAME=MYSQL_USER_NAME
DB_PASSWORD=MYSQL_PASSWORD -
php artisan migrate
-
npm install
-
npm run watch
-
serving the project
-
php artisan serve
php artisan user:create
Application Testing is defined as a software testing type, conducted through scripts with the motive of finding errors in software. It deals with tests for the entire application. It helps to enhance the quality of your applications while reducing costs, maximizing ROI, and saving development time.
In order to run the feature test that was written
php ./vendor/bin/phpunit
when you want to generate a coverage
php ./vendor/bin/phpunit --coverage-html ./coverage
This generates html report files in the application in the coverage folder, which can be located in the root directory
Ensure you setup xdebug on your system. Xdebug Setup for local machine (xampp)
-
Note:: ** when creating an author in the application you have to arrange the name of the authors separated with commas
-
when testing the external application you can use any of the strings to search for the name of the appricotsoft
"name" or "name or name" or name
- There are still advance optimization and refactoring that can still be done in this project
- Add unit testing.
- Name: Asefon Michael Pelumi
- Nickname: Softwaredef
- Mail: pelumiasefon@gmail.com
Thanks. If you have any problem setting it up or complain you can kindly post them on issues or message me directly