GithubHelp home page GithubHelp logo

devops_notepad's Introduction

DEVOPS NOTEPAD

A management and notification tool for Devops engineers.

Installation

Make sure you have nodejs installed by running the following command:

node -v

If you do not have node installed, install nodejs from here

If your node version is less than v14, you would need to update it.

Getting Started With the Backend (Node)

  • Clone the central repository
  • Checkout to the dev branch
  • Change directory to the backend folder
  • Install necessary packages using
  • Update the environment variable credentials
npm install
  • Run server using npm run dev.

Contributing

  1. Clone the dev branch with git clone repo-link-here
  2. checkout from dev branch to your new branch named this way git checkout -b feat/BE-15-process-script. In this example, BE-15 is the ticket number, process script is what it does.
  3. Add your changes to the new branch git add .
  4. Commit changes git commit -m "feat(BE-15): added endpoints to process login scripts" . If it is a bug fix, replace feat with fix. If it is some basic chore like removing redundant code, replace with chore
  5. Now push your branch git push origin feat/BE-15-process-script
  6. Go to github and make a PR to the dev branch. Add description stating what the PR achieves. Add your linear link to the PR description also.
  7. Request for review from your team leads or mentors in the PR.
  8. Now wait for it to be merged by the team leads or mentors

Remember to always rebase the work from dev branch

git pull -r origin dev

If your work is merged and you are to handle another ticket, pull from dev again and checkout using the above steps

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.