https://github.com/shahrukh4/remote-company
Test codes for The Remote Company
https://github.com/shahrukh4/remote-company
git javascript laravel mysql php vuejs
Last synced: over 1 year ago
JSON representation
Test codes for The Remote Company
- Host: GitHub
- URL: https://github.com/shahrukh4/remote-company
- Owner: shahrukh4
- Created: 2021-09-26T08:20:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T15:58:08.000Z (over 4 years ago)
- Last Synced: 2025-01-28T22:38:48.559Z (over 1 year ago)
- Topics: git, javascript, laravel, mysql, php, vuejs
- Language: PHP
- Homepage:
- Size: 2.76 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation Steps
- Clone the repository
```
git clone https://github.com/shahrukh4/remote-company.git
```
- Open terminal and move to directory
```
cd remote-company
```
- Install dependancies
```
composer install
```
- Install node packages
```
npm install
```
- Run following artisan commands
```
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
```
- Open terminal and run these 2 commands in separate tabs
```
php artisan serve
npm run dev
```
## Author
All code done by **Shahrukh Anwar**