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