Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/cinecal

Cinecal is a work in progress website created to browse movies in my local cinemas.
https://github.com/heiso/cinecal

Last synced: 14 days ago
JSON representation

Cinecal is a work in progress website created to browse movies in my local cinemas.

Awesome Lists containing this project

README

        

# Cinecal · ![logo](./public/favicon-32x32.png)

## Install and first run

```bash
npm i
cp .env.tpl .env
npm run up
npm run reset-database
npm run log
```

Then go to http://localhost:3000

## DevEnv actions

Start

```bash
npm run up
```

Show logs

```bash
npm run log
```

Stop

```bash
npm run down
```

Restart

```bash
npm run restart
```

Truncate Database, Migrate and apply seeds

```bash
npm run reset-database
```

Run Lint

```bash
npm run lint
```

Run tests

```bash
npm run test
```