Coder Social home page Coder Social logo

mattz6 / backstage Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 2.25 MB

๐Ÿ‘จ๐Ÿปโ€๐ŸŽค Musicians and bands application API โ€” under development ๐Ÿšง

License: MIT License

TypeScript 100.00%
docker express music musicians nodejs postgresql redis rest typescript

backstage's Introduction

backstage's People

Contributors

dependabot[bot] avatar mattz6 avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

backstage's Issues

Clean architecture

The main idea is to separate the application layers and decouple the code from the external stuff domain.

Instruments CRUD

It should be able to create, update and list Instruments.

Each Instrument must have name and label that semantically indicates what a user becomes when he associates it with his registration, like "guitarrist", "drummer" etc.

It should not be possible to register Instruments with the same name.

In the list it must be possible to load the Instruments by ordering them by name, label or created_at in ascending or descending order. By default, Instruments must be ordered by name ascending.

It would be interesting to register some Instruments using seeders.

Migrate from typeorm to prisma

After version 0.3.x, typeorm cli started to show some problems in the application. After some testing, prisma turned out to be a great alternative with a very good API to work with.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @types/swagger-ui-express to v4.1.6
  • chore(deps): update dependency git-commit-msg-linter to v5.0.7
  • fix(deps): update dependency express to v4.18.3 (express, @types/express)
  • chore(deps): update dependency @faker-js/faker to v8.4.1
  • chore(deps): update dependency vite-tsconfig-paths to v4.3.2
  • chore(deps): update pnpm/action-setup action to v2.4.0
  • fix(deps): update dependency dotenv to v16.4.5
  • fix(deps): update dependency helmet to v7.1.0
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency tsup to v8
  • chore(deps): update pnpm/action-setup action to v3
  • chore(deps): update postgres docker tag to v16
  • chore(deps): update vitest monorepo to v1 (major) (@vitest/coverage-v8, vitest)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • chore(deps): update dependency @types/cors to v2.8.17
  • chore(deps): update dependency @types/node to v20.11.28
  • chore(deps): update dependency eslint to v8.57.0
  • chore(deps): update dependency tsup to v7.2.0
  • chore(deps): update dependency typescript to v5.4.2
  • chore(deps): update vitest monorepo to v0.34.6 (@vitest/coverage-v8, vitest)
  • fix(deps): update dependency fastify to v4.26.2
  • chore(deps): update actions/cache action to v4
  • chore(deps): update dependency @rocketseat/eslint-config to v2
  • fix(deps): update prisma monorepo to v5 (major) (@prisma/client, prisma)

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • postgres 15.2-alpine
dockerfile
dockerfile
github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • wagoid/commitlint-github-action v5
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/coverage.yml
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
npm
package.json
  • @prisma/client 4.16.2
  • cors 2.8.5
  • cross-env 7.0.3
  • dotenv 16.3.1
  • express 4.18.2
  • fastify 4.19.2
  • helmet 7.0.0
  • swagger-ui-express 5.0.0
  • @faker-js/faker 8.0.2
  • @rocketseat/eslint-config 1.3.0
  • @types/cors 2.8.13
  • @types/express 4.17.17
  • @types/node 20.4.1
  • @types/swagger-ui-express 4.1.3
  • @vitest/coverage-c8 0.33.0
  • @vitest/coverage-v8 0.33.0
  • eslint 8.44.0
  • eslint-plugin-import-helpers 1.3.1
  • git-commit-msg-linter 5.0.4
  • prisma 4.16.2
  • ts-node-dev 2.0.0
  • tsconfig-paths 4.2.0
  • tsup 7.1.0
  • typescript 5.1.6
  • vite-tsconfig-paths 4.2.0
  • vitest 0.33.0
  • pnpm >=7

  • Check this box to trigger a request for Renovate to run again on this repository

Music styles

It should be able to create, update and list MusicStyles.

Each MusicStyle must have name.

It should not be possible to register MusicStyles with the same name.

In the list it must be possible to load the MusicStyles by ordering them by name or created_at in ascending or descending order. By default, MusicStyles must be ordered by name ascending.

It would be interesting to register some MusicStyles using seeders.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.