senior-dev-1019 / symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant application with symfony, React, Docker

A sample project for Restaurants with symfony 4.2, Sqlite, Doctrine, React

How to run

Pre-prerequisites

  • PHP > 7.2
  • NPM
  • composer
  • Docker

With Symfony console

  • Clone the Repository
  • cd to project directory
  • Run command "composer install"
  • Run command "npm install"
  • Run command "npm run build"
  • Run command "php bin/console server:run"
  • Check http://localhost:8000/

With docker (in progress)

  • Clone the Repository
  • cd to project directory
  • Run command "composer install"
  • Run command "npm install"
  • Run command "npm run build"
  • Run command "docker-compose up"
  • Check http://localhost:8000/

About


Languages

Language:PHP 77.6%Language:JavaScript 20.9%Language:Twig 1.1%Language:Dockerfile 0.2%Language:SCSS 0.2%