jordantsap / lioncode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel test project

Open the server folder and download with git

git clone https://github.com/jordantsap/lioncode && cd lioncode

You are in the folder you created so open .env file

Create lioncode database and run npm scripts

npm install && npm run dev

open new terminal in the repo folder and run artisan commands to setup the test project

npm install && npm run dev && php artisan key:generate && php artisan migrate --seed

user details

After above where successfull run server

php artisan serve

Login details # new

email: test@test.gr
passwd: 123456

API endpoint # new

http://127.0.0.1:8000/api/companies

About

License:Apache License 2.0


Languages

Language:PHP 71.7%Language:Blade 27.2%Language:Shell 0.7%Language:SCSS 0.2%Language:JavaScript 0.2%