Chabloz / webmobui-im51-fullstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

Create a folder for your project and move to it

Clone (or fork, or download)

git clone https://github.com/Chabloz/webmobui-im51-fullstack.git .

Install dependencies

composer install
npm ci

Create a .env file

Copy the example file and edit it to your needs

cp .env.example .env

Generate a key

php artisan key:generate

(Ask the teacher for the EDU-ID secret to put in the .env file)

Create and seed the database

Create a file named database.sqlite in the database folder and:

php artisan migrate --seed

Dev

In two separate terminals:

php artisan serve
npm run dev

Build

npm run build

About


Languages

Language:PHP 85.3%Language:Vue 8.1%Language:JavaScript 4.8%Language:Blade 1.8%