https://github.com/chrynn/snyt
website for restaurant with small CMS
https://github.com/chrynn/snyt
docker latte nette php sql
Last synced: 5 months ago
JSON representation
website for restaurant with small CMS
- Host: GitHub
- URL: https://github.com/chrynn/snyt
- Owner: Chrynn
- Created: 2023-07-15T18:46:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T11:21:41.000Z (over 2 years ago)
- Last Synced: 2025-01-31T07:04:55.013Z (about 1 year ago)
- Topics: docker, latte, nette, php, sql
- Language: Latte
- Homepage:
- Size: 19.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```neon
parameters:
database:
dsn: 'mysql:host=127.0.0.1;dbname=test'
user:
password:
```
- run `localhost:80` in your browser