Skip to content

nour-eddin-badran/transactions

Repository files navigation

Transactions

Installation Guide

  • Install PHP dependencies
composer install

###NOTE:


if it throws error try


 composer install --ignore-platform-reqs

or remove the composer.lock
  • Install node packages
npm install
  • Compile node packages
npm run dev
  • Migrate and seed the date
php artisan migrate --seed

Note:

There is already seeded admin
email: [email protected]
password: password

###APIs The api link is: localhost:8000/api/v1/auth/login localhost:8000/api/v1/transactions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published