Skip to content
Snippets Groups Projects
Select Git revision
  • 8b463bc89db3d0fb1f95fcba2d6be8e1ff1c12be
  • master default
  • goodpaths
  • movie-page
  • front-bilel
  • vieille-branche
  • octofront
  • branche-TP-de-Tom
8 results

cacaocritics

user avatar
Bilel El Yaagoubi authored
Add keywords, main_actor and director

See merge request !16
8b463bc8
History

centrale-ei-web

Backend

Project setup

cd backend
npm install
cp .env.example .env # edit the MONGO_DB_URL according to your database

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

Customize configuration

See Configuration Reference.