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
- Host: GitHub
- URL: https://github.com/zamisyh/kotakjualan-history
- Owner: zamisyh
- License: mit
- Created: 2020-07-27T15:37:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T19:40:29.000Z (over 2 years ago)
- Last Synced: 2025-01-10T19:22:06.924Z (4 months ago)
- Topics: laravel, laravel-mongodb, restful-api
- Language: PHP
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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