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
- Host: GitHub
- URL: https://github.com/sliit-foss/bashaway-backend
- Owner: sliit-foss
- Created: 2022-07-07T15:08:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T05:25:16.000Z (9 months ago)
- Last Synced: 2025-03-26T03:03:24.723Z (3 months ago)
- Topics: bashaway, express-server
- Language: JavaScript
- Homepage: https://api.bashaway.sliitfoss.org
- Size: 628 KB
- Stars: 6
- Watchers: 3
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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.