An open API service indexing awesome lists of open source software.

https://github.com/sliit-foss/bashaway-backend

Core server to which all Bashaway applications connect
https://github.com/sliit-foss/bashaway-backend

bashaway express-server

Last synced: 3 months ago
JSON representation

Core server to which all Bashaway applications connect

Awesome Lists containing this project

README

        




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

- [Postman collection](https://documenter.getpostman.com/view/13842706/2s9XxsWcDC)
- [Wiki](https://github.com/sliit-foss/bashaway-backend/wiki)

## Deployments

- [Production](https://api.bashaway.sliitfoss.org) (Not always running)
- [Staging](https://api.staging.bashaway.sliitfoss.org)

## 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](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.config.js](https://github.com/sliit-foss/bashaway-backend/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes

## Additional tools

- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.