Coder Social home page Coder Social logo

deliciousinsights / toptunez Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 604 KB

Appli fil rouge de support pour la formation Node.js v2018 de Delicious Insights

Home Page: https://delicious-insights.com/fr/formations/node-js/

License: MIT License

nodejs node javascript formation training training-materials graphql rest api restify

toptunez's Introduction

TopTunez : appli fil rouge pour la formation Node.js de Delicious Insights

Voir les détails de la formation

Voir le code annoté

Mise en place

git clone https://github.com/deliciousinsights/toptunez
cd toptunez
npm install

Branches et tags

  • La branche par défaut, formation, démarre sur le premier commit de l’historique, le socle initial.
  • La branche master comprend tous les commits du déroulé, chacun étant multi-tagué. On peut donc revoir l’appli se construire en examinant l’historique commit par commit (aucun commit superflu).

Générer des secrets pour l’environnement

Certaines fonctionnalités (JWT, Mongoose PII…) nécessitent le renseignement de clés 128-bit, dans le .env pour le dev et les tests, ou dans les configurations d’hébergement pour le déploiement.

Un moyen simple de générer ces clés est la ligne de commande suivante :

# Pour obtenir de l’hexa
node -pe "crypto.randomBytes(16).toString('hex')"
# Pour obtenir du Base64, plus « aléatoire » d’aspect :-)
node -pe "crypto.randomBytes(24).toString('base64')"

toptunez's People

Contributors

tdd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

toptunez's Issues

Evos Node › Reprendre la main sur le validateur

  • Contacter le mainteneur de node-restify-validation pour proposer la reprise
  • Si échec, forker
  • Mise à jour de toutes les vulns
  • Restify 6-7 compat'
  • MàJ peerDependencies / engine / etc. dans package.json
  • Déploiement nouvelle version (voir mineure / majeure selon deps) et mise à jour dans la codebase Node
  • Traitement des issues en attente
  • Publication nouvelle mineure
  • Dépréciation anciennes clés de config pour les nommer comme les clés de requête (query/params/body)
  • Publication nouvelle mineure

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.