Skip to content

ErhanKurnaz/new_karting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Setup

prerequisites

  • Symfony cli
  • Composer
  • npm
  • php version 7.4.3 or higher

Setup Symfony

To setup de Symfony application, you have to enter the following commands in the terminal:

cd api

install depedencies

symfony install

install a ca certificate

symfony server:ca:install

start server

symfony serve

Setup Vue

To setup de Vue application, you have to enter the following commands in the terminal:

cd frontend

install dependencies

npm install

run Vue

npm run serve