In this project 100% pure use Restful API, Testing using POSTMAN, and database using MongoDB (NoSQL), many features such as user authentication, CRUD and view relations based on ID
git clone https://github.com/zamisyh/kotakjualan-history
cd kotakjualan-history
composer update
cp env.example .env (DB Name : history)
php artisan key:generate
php artisan db:seed
php artisan serve