provydon / ven10

Ven!0 interview Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# My Ven 10 Interview Assessment

Inital Build Setup

# install dependencies
$ composer install

# autoload dependencies
$ composer dump-autoload

# create a .env file in the root of the project, and copy and paste the contents of .env.example into it and save it.

# Set Your Keys and APi Keys in the .env file.

# migrate and seed
$ php artisan migrate --seed

# setup storage folder to keep tokens
$ php artisan storage:link

# start server
$ php artisan serve

# And you're good to go!

After Build Setup (Incase of Database Refresh)

# After you've started the server sometime later in the future during development, if u wish to refresh the database, run
$ php artisan migrate:refresh --seed

# And you're good to go!

For detailed explanation on how things work, check out Laravel docs.

About

Ven!0 interview Assessment


Languages

Language:PHP 84.6%Language:Blade 11.1%Language:PureBasic 3.2%Language:Shell 0.8%Language:HTML 0.2%