/kotakjualan-history

This app was created using Laravel and MongoDB With Restful API

Primary LanguagePHPMIT LicenseMIT

Build Status Total Downloads Latest Stable Version License

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

How To Install

git clone https://github.com/zamisyh/kotakjualan-history
cd kotakjualan-history
composer update
cp env.example .env (DB Name : history)
php artisan key:generate

How To Running

php artisan db:seed
php artisan serve


Document Postman

Click Here