Skip to content

A system for managing pizzerias, handling staff, inventory, menus, and customer orders.

Notifications You must be signed in to change notification settings

KacperWalenga/CollegiumPizzerona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizzeria

Instrukcja lokalnego uruchomienia projektu w środowisku developerskim

  1. Zainstaluj Dockera na swoim systemie.

  2. Sklonuj repozytorium

git clone https://github.com/AdrianMatys/ProjektPizzeria.git
  1. Przejdź do folderu z projektem
cd ProjektPizzeria
  1. Stwórz plik .env i dostosuj jego konfigurację.
cp .env.example .env
  1. Zbuduj obrazy Dockera
make init
  1. Uruchom projekt
make dev
  1. Po zakończeniu procesu uruchamiania projekt będzie dostępny pod adresem http://localhost.

About

A system for managing pizzerias, handling staff, inventory, menus, and customer orders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.7%
  • Blade 19.3%
  • JavaScript 13.5%
  • CSS 3.9%
  • Dockerfile 0.4%
  • Makefile 0.1%
  • Shell 0.1%