Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 943 Bytes

File metadata and controls

39 lines (29 loc) · 943 Bytes

P7_creez_un_reseau_social_dentreprise

Il s'agit du projet n°7 d'OpenClassrooms où l'on doit créer un réseau social d'entreprise pour la société Groupomania.

Technologie utilisée

  • HTML
  • CSS
  • JS

Frameworks

  • Mongo DB
  • Express
  • React
  • Node.js

Pour lancer le projet

Backend :

  • Créer un fichier .env dans le backend avec les informations suivantes :
  • Dans le terminal :
    • cd backend
    • npm install
    • npm start

Frontend :

  • Dans frontend/client, créer un fichier .env avec les informations suivantes :
  • Dans un nouveau terminal :
    • cd frontend/client
    • npm install
    • npm start