Skip to content

ihPax/joffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
Dec 13, 2021
Dec 13, 2021
Dec 13, 2021

Repository files navigation

joffer

Joffer è un sito correttamente funzionante nel quale è possibile trovare e aggiungere richieste di lavoro in ambito IT,

Repository installation:

vue create client

composer create-project laravel/laravel server

con i quali ho creato la parte di front-end e back-end.

Client installation

Tailwind installation

npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9

npx tailwindcss init

Vue Router installation

npm install vue-router

Axios Installation

npm install axios

Run server

npm run serve

Server Installation

Create table

php artisan make:migration create_nomeplurale_table

Create Controller

php artisan make:controller NomeSingolareController

Create Model

php artisan make:model NomeSingolare

Migrate

php artisan migrate

Start connection to db

php artisan serve

Start the project

Server directory

Se non sei mac user cambiare elementi file .env

_nome del db = joffer2

Migrate

php artisan migrate

Start connection to db

php artisan serve

Client directory

npm run serve

Vue Router installation

npm install vue-router

Axios Installation

npm install axios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published