Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdmen/team-trail-backend
Backend for TeamTrail
https://github.com/mdmen/team-trail-backend
apollographql chat issue-tracker kanban-board prisma task-tracker team-collaboration typescript
Last synced: 25 days ago
JSON representation
Backend for TeamTrail
- Host: GitHub
- URL: https://github.com/mdmen/team-trail-backend
- Owner: mdmen
- License: gpl-3.0
- Created: 2023-10-18T12:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T08:41:19.000Z (about 1 year ago)
- Last Synced: 2024-01-27T19:07:37.177Z (about 1 year ago)
- Topics: apollographql, chat, issue-tracker, kanban-board, prisma, task-tracker, team-collaboration, typescript
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeamTrail
[![GNU General Public License v3.0](https://img.shields.io/badge/GNU_GPLv3-License-blue.svg?style=flat-square)](./LICENSE)
> [!NOTE]
> This repository contains a backend part of the app. Frontend is [here](https://github.com/mdmen/team-trail).## Description
Collaboration tool for small and medium teams. Similar to Atlassian's [Jira](https://www.atlassian.com/software/jira) and [Trello](https://www.atlassian.com/software/trello). Created just for fun and educational purposes and slightly overengineered.
## Features
...
## Installation
...
## Made using
[ts-badge]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white
[mongo-badge]: https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white
[prisma-badge]: https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white
[apollo-badge]: https://img.shields.io/badge/-ApolloGraphQL-311C87?style=for-the-badge&logo=apollo-graphql
[vscode-badge]: https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white
[docker-badge]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white
[redis-badge]: https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white
[nginx-badge]: https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white[ts-link]: https://www.typescriptlang.org
[mongo-link]: https://www.mongodb.com
[prisma-link]: https://www.prisma.io
[apollo-link]: https://www.apollographql.com
[vscode-link]: https://code.visualstudio.com
[docker-link]: https://www.docker.com
[redis-link]: https://redis.io
[nginx-link]: https://www.nginx.com[![TypeScript][ts-badge]][ts-link]
[![MongoDB][mongo-badge]][mongo-link]
[![Prisma][prisma-badge]][prisma-link]
[![Apollo GraphQL][apollo-badge]][apollo-link]
[![Redis][redis-badge]][redis-link]
[![Nginx][nginx-badge]][nginx-link]
[![VSCode][vscode-badge]][vscode-link]
[![Docker][docker-badge]][docker-link]