Skip to content
forked from Chrynn/Snyt

website for restaurant with small CMS

Notifications You must be signed in to change notification settings

filipjakub/Snyt

 
 

Repository files navigation

Snyt

website for restaurant with small CMS

more tech-info find in project's Wiki (tab in Github repository)

Start project

  • start containers
docker-compse up -d
  • join php container
docker exec php bash
  • install dependencies
composer install
  • add local.neon file to config folder
parameters:

database:
    dsn: 'mysql:host=127.0.0.1;dbname=test'
    user:
    password:
  • run localhost:80 in your browser

About

website for restaurant with small CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Latte 57.3%
  • SCSS 23.9%
  • PHP 7.2%
  • TypeScript 6.5%
  • HTML 2.2%
  • JavaScript 1.9%
  • Other 1.0%