📝 - Added brief README.md

This commit is contained in:
Florian Sylvain
2022-11-10 11:14:51 +01:00
parent b92aba3a8d
commit c5f084a344
+19
View File
@@ -0,0 +1,19 @@
# 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
```