Skip to content

MathisRouget/cinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CinematiCS

Cinematics is a school project at CentraleSupelec. The aim was to develop a movie recommendation webapp with indexing-based system in one week driven by Theodo.

Backend

Project setup

cd backend
npm install
cp .env.example .env

Run database migrations

npm run migration:run

Start and auto-reload for development

npm run dev

Start for production

npm run start

Lint and fix files

npm run lint

Frontend

Project setup

cd frontend
npm install

Compile and hot-reload for development

npm run dev

Compile and minifiy for production

npm run build

Lint and fix files

npm run lint

About

Movie recommendation app - CentraleSupelec Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages