Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrynn/snyt

website for restaurant with small CMS
https://github.com/chrynn/snyt

docker latte nette php sql

Last synced: 4 months ago
JSON representation

website for restaurant with small CMS

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