GithubHelp home page GithubHelp logo

alexandrebdry / esgi-wtr Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.9 MB

Projet web temps réel réaliser dans le cadre d'étude à l'ESGI. Réalisation d'une plateforme de chat

License: GNU General Public License v3.0

Shell 0.27% JavaScript 98.78% HTML 0.44% CSS 0.51%
chat chatbot esgi

esgi-wtr's Introduction

ESGI 5 IW - Messagerie

Ce projet est réalisé dans le cadre de nos études à l'ESGI. Il s'agit d'une messagerie en temps réel avec un chat bot intégré. Ce projet tourne avec docker.

Installation

ajouter un fichier .env dans : /back-end

# port in which back-end is exposted 
PORT=4000

# front url to send mail with correct links
FRONT_URL=http://localhost:3000

#le secret et la database url sont disponible dans le fichier
#docker-compose.yaml
DATABASE_URL=DATABASE_URL
JWT_SECRET=JWT_SECRET

# email credentials 
EMAIL_ADRESSE=[email protected]
EMAIL_MDP=cbezjahmnhuxaemz
#Lancer le projet
# L'installation des dépendances se fait via le docker compose. 
docker compose up -d 
dokcer compose exec front-end npm install

#Lancer une migration de la base de données 
docker compose exec back-end npm run migrate --workspace=back-end 

Ready to start !

Rendez-vous sur : http://localhost:3000

commande de développement

#Lancer une migration de la base de données 
docker compose exec back-end npm run migrate --workspace=back-end 

Espace Conseillé

Pour accéder à l'espace conseillé, il faut créer un utilisateur ayant le rôle "advisor". L'accès à l'espace conseillé s'affichera alors dans le menu. Alt text

Contributors

esgi-wtr's People

Contributors

alexandrebdry avatar keligb avatar warunyrajendran 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.