Application how to add and manage users and products, some usecases :
- let the users to add products for Sale, Rent or Exchange.
- admin can add new user and give him the permission to be admin.
- admin only can valid the procucts ad make it valid publicly.
- user can create new account and add product by select the category and the type of it (sale, rent or exchange)
- user can exchnage products only if he has a product available for exchange also
- user can buy a product by complete the process of payment.
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run npm install
- Run composer install
- Run php artisan key:generate
- Run php artisan storage:link
- Run php artisan migrate --seed
- Run the Application php artisan serve
- you can see the screenshots from HERE