zamisyh / kotakjualan-history

This app was created using Laravel and MongoDB With Restful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This app was created using Laravel and MongoDB With Restful API

License:MIT License


Languages

Language:PHP 96.9%Language:HTML 3.1%