provydon / millions-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Providence Millions Take Home Test API

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

# 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


Languages

Language:PHP 85.1%Language:Blade 13.8%Language:Shell 0.7%Language:JavaScript 0.4%