Skip to content

sliit-foss/bashaway-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a68eae1 · Oct 6, 2024
Sep 6, 2023
Oct 6, 2024
Jul 11, 2022
Jul 22, 2023
Sep 6, 2023
Sep 14, 2024
Sep 1, 2023
Aug 12, 2023
Jul 22, 2023
Jul 24, 2023
Sep 1, 2023
Sep 6, 2023
Sep 12, 2023
Aug 31, 2023
Jul 22, 2023
Jul 22, 2023
Jul 22, 2023
Oct 15, 2023
Sep 15, 2024

Repository files navigation



Bashaway Logo



Bashaway is a competitive coding event where the participants must automate a given task using scripting. The maximum allowed group size is 4 and the primary language to be used is Bash. Certain other languages may be permitted depended upon the context of the question.

API Documentation

Deployments

Getting started

  • Run pnpm install to install all dependencies
  • Run pnpm dev to start the development server

Commit messages

  • We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
  • Refer the commitlint.config.js file for a full list of supported commit message prefixes

Additional tools