https://github.com/devshahrukhanwar/remote-company
Test codes for The Remote Company
https://github.com/devshahrukhanwar/remote-company
git javascript laravel mysql php vuejs
Last synced: 3 months ago
JSON representation
Test codes for The Remote Company
- Host: GitHub
- URL: https://github.com/devshahrukhanwar/remote-company
- Owner: devshahrukhanwar
- Created: 2021-09-26T08:20:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T15:58:08.000Z (over 4 years ago)
- Last Synced: 2025-06-30T05:02:36.294Z (12 months 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**