sergeyvecherenko / film-portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

film-portal

Run UI

cd film-ui
npm i

change config in ./dist/static/config.js if you need

For Dev

npm start

open localhost:3000

For Production

npm run build
node ./prod_server.js

open localhost:8081

Run BE

You should use your MySql Sakila sample DB

cd film-be
npm i

change config in ./etc/config.js if you need

npm run nodemon

About


Languages

Language:JavaScript 89.4%Language:CSS 8.4%Language:HTML 2.1%