An open API service indexing awesome lists of open source software.

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

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**