Backend

for films list and reviews

Installation

Use the package manager npm or yarn to install. these commands related to yarn

yarn

Migration

three table will be created in database.

yarn migrate

Seeding

three table will be created in database.

yarn seed

Start Backend

yarn start

Reset Migration & Seeding

yarn remise

Start TEST

yarn test