site stats

Groupomania github

WebPour commencer Le Projet se nomme "Groupomania", l'objectif est de créer un réseau social d'entreprise avec pour outil de communication des Gifs. WireFrames Afin d'opter pour une organisation "Agile", un WireFrames du projet a été fait en pré-prododuction de l'application Web "Groupomania". WebOct 13, 2024 · GitHub is where people build software. More than 83 million people use GitHub to discover, fork, and contribute to over 200 million projects. ... Le projet consiste à créer un réseau social interne pour les employés de Groupomania. nodejs api vuejs express sql vuex sequelize school-project openclassrooms vuelidate bootstrapvue …

GitHub - Laeti30/Groupomania_React

WebOct 25, 2024 · 263878a on Oct 25, 2024 README.md Projet 7 - Créer un réseau social d'entreprise GROUPOMANIA Le projet consiste à construire un réseau social interne pour les employés de Groupomania. Le but de cet outil est de faciliter les interactions entre collègues. Mise en place du projet WebLe serveur backend tourne sur le port 3001. Se rendre au dossier backend, installer MySQL et se connecter à MySQL. Créez une base de donnée dans MySQL nommée 'groupomania'. Modifiez le fichier .env (contenu dans le dossier backend ) en remplaçant les valeurs pour 'user' et 'password' avec celles crées et utilisées pour votre propre ... change for good charity https://stephan-heisner.com

groupomania · GitHub Topics · GitHub

WebNov 7, 2024 · groupomania. Bienvenue sur Groupomania Social Network ! Pour utiliser correctement l'API, veuillez suivre ces instructions : Clonez ce repository. groupomania … on any GitHub event. Kick off workflows with GitHub events like push, issue … GitHub's Information Security Management System (ISMS) has been certified … We would like to show you a description here but the site won’t allow us. WebGroupomania est un réseau social de partage de gifs. Les technologies utilisées sont Node.js, MySQL et Vue.js. Pour commencer, il faut cloner le repository du backend et celui du front-end Dans un terminal de commande allez à la racine du répertoire du back-end et tappez: npm install WebFeb 6, 2011 · Groupomania. API Documentation. Find the API documentation here. Environment Backend. This project has been developed with NodeJS, Express v4.17.1, Sequelize v6.3.4 and Mysql2 v2.1.0. Frontend. This project has been developed with VueJS v2.6.11 and Bootstrap-Vue v2.17.3. Prerequisites hard physical effort

GitHub - arcas59/P7_Groupomania: Projet N°7 concernant …

Category:GitHub - SimonNieto/Groupomania_SocialNetwork: Groupomania …

Tags:Groupomania github

Groupomania github

GitHub - Lilimly/groupomania

WebProjet-7-Groupomania. #Partie backend. Changer dans config/config.json le nom de la BDD et le mdp Faire npm install Faire npx sequelize-cli db:migrate Faire npx sequelize-cli db:seed:all Faire npm start. #Partie frontend. Faire npm install Faire npm install sass Faire npm start Si il y'a un problème avec sass : Faire un npm rebuild node-sass. WebGROUPOMANIA Ceci est le dernier projet de ma formation Openclassrooms, création d'un réseau social d'entreprise : Groupomania J'ai réalise tout le Back et tout le Front.

Groupomania github

Did you know?

WebGitHub - Mary-Clb/PROJET7_GROUPOMANIA: DEVELOPER TRAINING - PROJECT #7 - CREATE A SOCIAL NETWORK frontend Readme.md Readme.md FORMATION DEVELOPPEUR - OPENCLASSROOMS PROJET 7 - CREER UN RESEAU SOCIAL D'ENTREPRISE CONTEXTE : Créer une application web qui jouera … WebGetting started git clone [email protected]:marieparet/groupomania.git Frontend : cd frontend npm install npm run serve Backend : cd backend npm install npm start Database : Make sure you have MySQL installed globally cd backend You'll need to verify that the username and password in the config database.json file, match your local MySQL …

WebGérer un stockage de données à l'aide de SQL Personnaliser le contenu envoyé à un client web Implémenter un stockage de données sécurisé en utilisant SQL Authentifier un utilisateur et maintenir sa session Installez l'application de Groupomania Backend Le backend a été crée avec Node.js, Express.js et MySQL comme base de données. … WebGROUPOMANIA SITE What is PERN Stack? This stack consists of MySQL Postgres, Express, React and Node.js. Combining these techs, one can build a full-stack web app with CRUD operations on a MVC model-view-controller architecture. To sum up : React front-end RESTful API with Node & Express, MySQL & Sequelize Set up directory

WebEnsuite un fichier .env dans le dossier client avec la variable suivante : vous pouvez maintenant exécuter les commandes ci-dessous. Normalement votre terminal affichera "Listening on port 5000" et connexion à mongoDB reussie ! Normalement le front s'ouvrira sur votre navigateur principal.# groupomania_p7. WebProjet 7 - Groupomania Installation de l'application Groupomania Backend. Node.js, Express.js et MySQL. Configuation du Backend. Écrire dans le terminal cd /backend.. Tapez npm install pour installer toutes les dépendances du backend.. Créer un fichier .env dans le dossier /backend, entrer le host, les identifiants de votre utilisateur admin et le nom de la …

WebProjet 7 - Groupomania ! 7ème et dernier projet de la formation développeur web d'Openclassrooms. Créer un réseau social d'entreprise. La stack utilisée pour ce projet: VueJs NodeJs + express + sequelize Mysql Frontend Ouvrir le dossier Frontend dans le terminal de votre éditeur puis exécuter la commande: npm install puis npm start ou vue ui

WebOct 24, 2024 · Le client en question est Groupomania, un groupe spécialisé dans la grande distribution et l'un des plus fidèles clients de l'agence. Ma mission consiste à construire un réseau social interne pour les employés de Groupomania (développer les parties frontend et backend). Dossier Central Créez un dossier nommé GROUPOMANIA. change for life initiativeWebSeventh and last project in the brand new OpenClassrooms web developer course. Groupomania is a group specializing in mass distribution, the objective is the development of an internal social network for Groupomania employees. The purpose of this tool is to facilitate interactions between colleagues. change for life imagesWebNov 7, 2024 · Bienvenue sur Groupomania Social Network ! Pour utiliser correctement l'API, veuillez suivre ces instructions : Clonez ce repository. groupomania - Backend Depuis le dossier backend : Telechargez et ouvrez Node.js. Tapez la commande suivante : "npm start". Puis lancez le serveur en tapant la commande : "nodemon server". change for life food smartWebConnect to MySQL, First let's create a new user named groupomania: CREATE USER ' groupomania '@ 'localhost' IDENTIFIED BY 'groupomania'; Next we need to grant him privileges on the database: GRANT ALL PRIVILEGES ON groupomania_development. * TO 'groupomania' @ 'localhost'; Next, create databases with sequelize-cli from the … hard phoneshard physics qnWebA tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. hard physics problemsWebDémarrez le serveur Node.js : nodemon server. Installation et démarrage du Frontend. Ouvrez votre terminal. Allez dans le dossier frontend : cd P7 - Groupomania\frontend>. Installez toutes les dépendances du projet : npm install. Démarrez l'application : npm run serve. Testez l'application. hard physics