Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanogiants/nanogiants-docs
This repository contains all documentation about the NanoGiants tech stack and other meta, structures and processes
https://github.com/nanogiants/nanogiants-docs
Last synced: 8 days ago
JSON representation
This repository contains all documentation about the NanoGiants tech stack and other meta, structures and processes
- Host: GitHub
- URL: https://github.com/nanogiants/nanogiants-docs
- Owner: nanogiants
- License: mit
- Created: 2022-05-20T06:32:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T15:02:03.000Z (11 months ago)
- Last Synced: 2023-12-28T15:52:30.627Z (11 months ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NanoGiants Docs
This repository contains all documentation about the NanoGiants tech stack and other meta, structures and processes
## Table of contents
- [NanoGiants Docs](#nanogiants-docs)
- [Table of contents](#table-of-contents)
- [Development](#development)
- [Tech Stack](#tech-stack)
- [Backend Coding Guidelines](#backend-coding-guidelines)
- [Reusable Workflows Guide](#reusable-workflows-guide)
- [Project Secrets and Password Management](#project-secrets-and-password-management)
- [Related work](#related-work)
- [Contributing](#contributing)
- [License](#license)## Development
See [Development](docs/development.md)
**[back to top](#table-of-contents)**
## Tech Stack
See [tech stack](docs/techstack.md)
**[back to top](#table-of-contents)**
## Backend Coding Guidelines
See [basic guidelines](docs/backend/basic-guidelines.md)
**[back to top](#table-of-contents)**
## Reusable Workflows Guide
See [Reusable Workflows Guide](docs/reusable-workflows.md)
**[back to top](#table-of-contents)**
## Project Secrets and Password Management
See [Project Secrets and Password Management](docs/secrets-and-passwords.md)
**[back to top](#table-of-contents)**
## Related work
**[back to top](#table-of-contents)**
## Contributing
You can help improve this document by making it more coherent, consistent, or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date.
To do so, make changes to the source files (i.e. this very document). Then open a pull request to apply your changes to the master branch.
**[back to top](#table-of-contents)**
## License
```
MIT License Copyright (c) 2022 NanoGiantsPermission is hereby granted, free
of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:The above copyright notice and this permission notice
(including the next paragraph) shall be included in all copies or substantial
portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```**[back to top](#table-of-contents)**