GithubHelp home page GithubHelp logo

groupomania's Introduction

Formation Développeur Web OPENCLASSROOMS

Groupomania

Projet n°7 : Création d'un réseau social d'entreprise

Comment démarrer le projet ?

  1. Clonez le dépôt

  2. Lancer XAMPP, MAMP ou WAMP ainsi que leurs serveurs Apache et Mysql

  3. Placez vous respectivement dans les dossiers backend et frontend et lancez la commande npm install dans le terminal

  4. Vérifiez les informations contenu dans le fichier backend/config/config.json ainsi que backend/config/database.js

  5. Placé dans le dossier backend, lancez à la suite les commandes :

    npx sequelize-cli db:create

    npx sequelize-cli db:migrate

    npx sequelize-cli db:seed:all

  6. Créez à la racine du dossier backend/ un ficher .env avec comme contenu :

     TOKEN=votre_token
    
  7. Ouvrez un 1er terminal et placez vous dans le dossier backend/. Lancez la commande npm start

  8. Ouvrez un 2eme terminal et placez vous dans le dossier frontend/. Lancez la commande npm run serve

  9. Ouvez votre navigateur et allez à l'adresse http://localhost:8080

  10. Plusieurs utilisateurs sont disponibles :

    Le mot de passe de chaque utilisateur est : Azerty123


groupomania's People

Contributors

qepoke 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.