https://github.com/alexmuhammad/pre-test-varnion-2
https://github.com/alexmuhammad/pre-test-varnion-2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexmuhammad/pre-test-varnion-2
- Owner: AlexMuhammad
- Created: 2024-06-04T12:57:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T15:59:51.000Z (about 2 years ago)
- Last Synced: 2024-06-04T17:58:47.971Z (about 2 years ago)
- Language: PHP
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup database
- Create database
- Import sql file to database
# Setup Project
- copy .env.example to .env
- run `php artisan key:generate` to create key
- run `composer install`
- setting database credentials in .env file
- run `php artisan serve` for running service
# Credertials
The credential to trying login
```
email: alex@mail.com
password: 12345
```