Skip to content
/ cinecal Public

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

License

Notifications You must be signed in to change notification settings

heiso/cinecal

Repository files navigation

Cinecal · logo

Install and first run

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

npm run up

Show logs

npm run log

Stop

npm run down

Restart

npm run restart

Truncate Database, Migrate and apply seeds

npm run reset-database

Run Lint

npm run lint

Run tests

npm run test

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published