Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuflakbrr/ddms-test
https://github.com/nuflakbrr/ddms-test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuflakbrr/ddms-test
- Owner: nuflakbrr
- Created: 2024-08-29T09:45:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T06:03:58.000Z (4 months ago)
- Last Synced: 2024-12-25T19:49:32.611Z (13 days ago)
- Language: Blade
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDMS Test Laravel Fullstack Programmer
## Account
- Admin:
- [email protected]
- password- Customer:
- [email protected]
- password## Getting Started
1. Install Depedencies
```bash
composer install# After that,
npm install
```2. Run Server Dev
```bash
npm run dev# And
php artisan serve
```