Giter VIP home page Giter VIP logo

docker's Introduction

P7_Groupomania

Réseau sociaux d'entreprise

Légende

Description

Réseau sosical d'entreprise comprenant une base de donnée relationnelle MySQL, API Rest, Front-End avec VueJs v3

Langages utilisés

HTML, CSS, JavaScript

Frameworks et outils

  • Front : VueJs, VueX

  • Back : NodeJs, Express, Sequelize

  • BDD : MySQL

Logiciels

MySQL WorkBench v8.0 - MAMP v4.2 - PostMan v8.7 - VSC - Suite Git

Installation

Prérequis

  • NodeJs
  • MySQL Server

Base de donnée

  1. Connection : ---------------------- mysql -u root -p
  2. Créer la base de donnée --------- CREATE DATABASE database_development;
  3. Utiliser la base de donné --------- USE database_development
  4. Récuperer les données ----------- SOURCE P7_groupomania/sauvegarde_database.sql

Back-End API Rest

Ajouter le fichier '.env' dans le dossier backend: :DB_HOST='database_development' DB_USER='root' DB_PASS='motdepasse'

  1. Dépendances backend ------------- cd backend => npm install
  2. Lancer le serveur ------------------- nodemon server

Front-End VueJs

  1. Installer les dépendances ---------- cd frontend => npm install
  2. Lancer le serveur ------------------- npm run serve

Ouvrer l'application

http://localhost:8080/

docker's People

Contributors

sebastien-salien avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.