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

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

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

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-toko
cd kotakjualan-toko
composer update
cp env.example .env (DB Name : toko)
php artisan key:generate

```

## How To Running
```
php artisan db:seed
php artisan serve

```

## Document Postman

Click Here