An open API service indexing awesome lists of open source software.

https://github.com/zamisyh/kotakjualan-history

This app was created using Laravel and MongoDB With Restful API
https://github.com/zamisyh/kotakjualan-history

laravel laravel-mongodb restful-api

Last synced: 3 months ago
JSON representation

This app was created using Laravel and MongoDB With Restful API

Awesome Lists containing this project

README

        


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