Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]