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.
cd backend
npm install
cp .env.example .envnpm run migration:runnpm run devnpm run startnpm run lintcd frontend
npm installnpm run devnpm run buildnpm run lint