Giter VIP home page Giter VIP logo

github-testing's Introduction

Formation DevOps - le bon devloppeur -

Cours Devops - instructeur Wassim Abidi Seance nr 1 : 12.07.2024 Home work: Github Simple Node.js/Express.js Project

Prerequisite

  • Windows or Mac or Linux
  • Ms-Word
  • Git-scm
  • Internet access
  • Installation

    For Windows: Link to Download the official .exe file locally and excute it. Git

    For Linux: Command to excute on your shell.

    apt-get install git

    Git/Github - Homework (séance 1) :

    1. Créez un projet simple Node.js/Express.js sur votre machine locale.
    2. Initialisez un dépôt Git dans le dossier du projet (git init).
    3. Faites un premier commit avec un fichier README.md décrivant votre projet (git add README.md et git commit -m "Initial commit with README").
    4. Créez un dépôt sur GitHub et poussez votre projet local vers ce dépôt (git remote add origin <URL-du-dépôt> et git push -u origin master).
    5. Modifiez un fichier dans votre projet (par exemple, ajoutez une nouvelle route dans votre application Express).
    6. Faites un commit et poussez ces modifications vers GitHub.
    7. Créez une nouvelle branche pour ajouter une fonctionnalité (par exemple, git checkout -b new-feature), faites un commit de cette nouvelle fonctionnalité, et poussez cette branche vers GitHub.
    8. Depuis l'interface de GitHub, créez une Pull Request pour fusionner votre nouvelle fonctionnalité dans la branche principale.

    Contributing

    Préparez vos questions et difficultés rencontrées pour la prochaine session

    License

    Le bon devloppeur

    github-testing's People

    Contributors

    wahibf avatar wahibfer 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.