mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
244 B
244 B
CineAllo
Setup
Env file
- DATABASE_URL
- MYSQL_ROOT_PASSWORD
- CINEALLO_PORT
Usage
Docker
docker-compose up --build
From scratch
You'll need your own MySql DB running.
npm ci
npm run start