Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okriiza/rentcar
https://github.com/okriiza/rentcar
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okriiza/rentcar
- Owner: okriiza
- Created: 2023-09-02T08:28:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T16:05:21.000Z (over 1 year ago)
- Last Synced: 2024-11-09T04:35:16.945Z (2 months ago)
- Language: JavaScript
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How To Used
1. Clone this project, after clone run this command
```bash
composer update
```
2. npm install
```bash
npm install
```
3. key:generate
```bash
php artisan key:generate
```
4. set your database
5. run migration
```bash
php artisan migrate --seed
```
6. Run NPM run Dev
```bash
npm run dev
```
7. run artisan server
```bash
php artisan serve
```
8. Access to dashboard
```bash
http://127.0.0.1:8000/pages/dashboard
```
9. login
```bash
email: [email protected]
password: password
```