An open API service indexing awesome lists of open source software.

https://github.com/adel-ezz/acartask

Small Task With Datatables with simple design
https://github.com/adel-ezz/acartask

bootstrap css js laravel php

Last synced: 3 months ago
JSON representation

Small Task With Datatables with simple design

Awesome Lists containing this project

README

          

To open this project correctly please follow this steps:---

1-be sure you setup composer and git in your systems
composer -- > https://getcomposer.org/
git --> https://git-scm.com/
---------------------
2- create empty database with any name
------------------------
3- go to .env file and {
DB_DATABASE=Database name
DB_USERNAME=userName
DB_PASSWORD=password
}
---------------------------
3- after download this project and connect with database
.....make this code in terminal inside path of project in your device
composer install
this code to install all required backages project need (vendor).
---------------------------
4- php artisan migration
--------------------------
5- php artisan db:seed
----------------------
6- php artisan serve
-------------------------
7 -project going to open in special port you see it copy link and got to it in your browser
then ////
------------------------
8- go to route /admin to login
--------------------------

9-
username : test@test.com
password : 123456
--------------------------
Add categories then articles ......
Best Regards
Adel Abou Elezz