Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Projet tutoré S5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DUCRUET THIBAULT p2306959
Projet tutoré S5
Commits
d7dbb4ab
Commit
d7dbb4ab
authored
1 year ago
by
sacha
Browse files
Options
Downloads
Patches
Plain Diff
tuto lancer le site
parent
384b1f14
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
backend/src/controllers/recommendation.js
+4
-0
4 additions, 0 deletions
backend/src/controllers/recommendation.js
lancer le site.txt
+6
-0
6 additions, 0 deletions
lancer le site.txt
premiers lancements du site.txt
+19
-0
19 additions, 0 deletions
premiers lancements du site.txt
with
29 additions
and
0 deletions
backend/src/controllers/recommendation.js
0 → 100644
+
4
−
0
View file @
d7dbb4ab
//1) recuperer 3 films les mieux notés
//2) recuperer 3 films les mieux notés du meilleur auteur de l'utilisateur
//3) recuperer 3 films les mieux notés du meilleur style de l'utilisateur
This diff is collapsed.
Click to expand it.
lancer le site.txt
0 → 100644
+
6
−
0
View file @
d7dbb4ab
ouvrir un terminal puis taper:
node backend/src/server.js
ouvrir un deuxieme terminal puis taper:
cd.frontend
npm run dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
premiers lancements du site.txt
0 → 100644
+
19
−
0
View file @
d7dbb4ab
creer le fichier .env dans backend/
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=projet_s5 (ici on met le nom qu'on a mis dans phpmyadmin)
ouvrir un terminal puis taper:
cd.backend
npm install
cd ..
node backend/src/server.js
ouvrir un deuxieme terminal puis taper:
cd.frontend
npm install
npm run dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment