Giter Club home page Giter Club logo

manaslu's Introduction

Introduction

manaslu is a boilerplate for developers using Next.js and NestJS in monorepo.
convenient workflows and utility tools help developers climb that distant mountain.
come on, let's get over that mountain together!

Usage

create repository

press the button Use this template > create a new repository.

git clone

git clone "https://github.com/your-name/your-repository"

launch conatiner

docker compose -f ./docker/docker-compose.development.yml -p manaslu up -d

setup mongodb

docker compose -f ./docker/docker-compose.development.yml -p manaslu exec mongo mongosh --eval "rs.initiate({_id: 'rs-manaslu', members: [{_id: 0, host: 'mongo:27017'}]});"

set env variables

  • APOLLO_KEY
  • CHROMATIC_PROJECT_TOKEN
  • NEXT_PUBLIC_GRAPHQL_ENDPOINT
  • NEXT_PUBLIC_WS_ENDPOINT
  • PAT

Use Cases

manaslu's People

Contributors

dino3616 avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

manaslu's Issues

Dependency Dashboard

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

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @storybook/testing-library Unavailable
npm @tsconfig/next-strictest Unavailable
npm @tsconfig/node-lts-strictest Unavailable
npm apollo-server-core Available
npm apollo-server-express Available
npm apollo-server-types Available

Rate-Limited

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

  • chore(deps): update chromaui/action action to v11
  • chore(deps): update dependency chromatic to v11
  • chore(deps): update dependency css-loader to v7
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-config-airbnb-typescript to v18
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-json to v4
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency postcss-loader to v8
  • chore(deps): update dependency rimraf to v6
  • chore(deps): update dependency sass-loader to v16
  • chore(deps): update dependency style-dictionary to v4
  • chore(deps): update dependency style-loader to v4
  • chore(deps): update dependency stylelint to v16
  • chore(deps): update dependency stylelint-config-recess-order to v5
  • chore(deps): update dependency stylelint-config-standard-scss to v13
  • chore(deps): update dependency stylelint-prettier to v5
  • chore(deps): update dependency turbo to v2
  • chore(deps): update dependency typescript to v5
  • chore(deps): update docker/build-push-action action to v6
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/metadata-action action to v5
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update dorny/paths-filter action to v3
  • chore(deps): update graphqlcodegenerator monorepo (major) (@graphql-codegen/cli, @graphql-codegen/introspection, @graphql-codegen/typescript, @graphql-codegen/typescript-operations, @graphql-codegen/typescript-urql, @graphql-codegen/urql-introspection)
  • chore(deps): update mongo docker tag to v7
  • chore(deps): update node.js to v20 (node, @types/node)
  • chore(deps): update pnpm/action-setup action to v4
  • chore(deps): update storybook monorepo to v8 (major) (@storybook/addon-a11y, @storybook/addon-actions, @storybook/addon-essentials, @storybook/addon-interactions, @storybook/addon-links, @storybook/builder-webpack5, @storybook/react)
  • chore(deps): update testing-library monorepo (major) (@testing-library/jest-dom, @testing-library/react)
  • chore(deps): update typescript-eslint monorepo to v8 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency @nestjs/apollo to v12
  • fix(deps): update dependency @nestjs/cli to v10
  • fix(deps): update dependency @nestjs/config to v3
  • fix(deps): update dependency @nestjs/graphql to v12
  • fix(deps): update dependency date-fns to v3
  • fix(deps): update dependency date-fns-tz to v3
  • fix(deps): update dependency framer-motion to v11
  • fix(deps): update dependency next-urql to v5
  • fix(deps): update dependency react-icons to v5
  • fix(deps): update dependency react-magnetic-di to v3
  • fix(deps): update dependency react-share to v5
  • fix(deps): update dependency react-type-animation to v3
  • fix(deps): update dependency superjson to v2
  • fix(deps): update dependency tailwind-merge to v2
  • fix(deps): update dependency ts-pattern to v5
  • fix(deps): update dependency urql to v4
  • fix(deps): update dependency uuid to v10 (uuid, @types/uuid)
  • fix(deps): update nest monorepo to v10 (major) (@nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/schematics, @nestjs/testing)
  • fix(deps): update nextjs monorepo to v14 (major) (@next/font, @next/react-refresh-utils, eslint-config-next, next)
  • fix(deps): update prisma monorepo to v5 (major) (@prisma/client, prisma)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

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

Detected dependencies

docker-compose
docker/docker-compose.common.yml
docker/docker-compose.development.yml
  • mongo 6
docker/docker-compose.production.yml
dockerfile
docker/Dockerfile.development
  • node 18-bullseye
docker/api/Dockerfile.production
  • alpine 3
  • node 18-bullseye-slim
  • gcr.io/distroless/nodejs 18-debug
docker/client/Dockerfile.production
  • node 18-bullseye-slim
  • node 18-bullseye-slim
  • gcr.io/distroless/nodejs 18-debug
github-actions
.github/workflows/api-apollo-studio.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • supercharge/mongodb-github-action v1.9.0
.github/workflows/api-build.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/api-lint.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/api-test.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • supercharge/mongodb-github-action v1.9.0
.github/workflows/client-build.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/client-chromatic.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • chromaui/action v1
.github/workflows/client-lint.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/client-test.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
.github/workflows/docker-push.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/metadata-action v4
  • docker/build-push-action v4
.github/workflows/graphql-commit-schema.yml
  • actions/checkout v3
  • dorny/paths-filter v2
  • actions/checkout v3
  • actions/setup-node v3
  • pnpm/action-setup v2.2.4
  • actions/cache v3
  • supercharge/mongodb-github-action v1.9.0
npm
apps/api/package.json
  • @nestjs/apollo 10.2.0
  • @nestjs/cli 9.2.0
  • @nestjs/common 9.3.9
  • @nestjs/config 2.3.1
  • @nestjs/core 9.3.9
  • @nestjs/graphql 10.2.0
  • @nestjs/platform-express 9.3.9
  • @nestjs/testing 9.3.9
  • @prisma/client 4.11.0
  • apollo-server-core 3.12.0
  • apollo-server-types 3.8.0
  • class-transformer 0.5.1
  • class-validator 0.14.0
  • dataloader 2.2.2
  • dotenv 16.0.3
  • express 4.18.2
  • graphql-subscriptions 2.0.0
  • graphql-tag 2.12.6
  • graphql-validation-complexity 0.4.2
  • reflect-metadata 0.1.13
  • supertest-graphql 1.1.4
  • ts-pattern 4.2.1
  • uuid 9.0.0
  • @apollo/rover 0.13.0
  • @nestjs/schematics 9.0.4
  • @types/graphql-validation-complexity 0.4.0
  • apollo-server-express 3.12.0
  • prisma 4.11.0
apps/client/package.json
  • @next/font 13.2.4
  • @radix-ui/react-dialog 1.0.3
  • @radix-ui/react-navigation-menu 1.1.2
  • @urql/devtools 2.0.3
  • @urql/exchange-auth 1.0.0
  • @urql/storybook-addon 2.0.1
  • babel-plugin-transform-remove-imports 1.7.0
  • date-fns 2.29.3
  • date-fns-tz 2.0.0
  • framer-motion 9.1.7
  • graphql-tag 2.12.6
  • graphql-ws 5.12.0
  • next 13.2.4
  • next-remove-imports 1.0.10
  • next-transpile-modules 10.0.0
  • next-urql 4.0.3
  • react 18.2.0
  • react-dom 18.2.0
  • react-icons 4.8.0
  • react-magnetic-di 2.2.13
  • react-merge-refs 2.0.1
  • react-share 4.4.1
  • react-type-animation 2.1.2
  • recoil 0.7.7
  • sharp 0.31.3
  • superjson 1.12.2
  • tailwind-merge 1.10.0
  • tailwind-scrollbar 2.1.0
  • tailwindcss 3.2.7
  • ts-pattern 4.2.1
  • urql 3.0.4
  • urql-custom-scalars-exchange 1.0.1
  • @babel/core 7.21.3
  • @graphql-codegen/cli 3.2.2
  • @graphql-codegen/introspection 3.0.1
  • @graphql-codegen/typescript 3.0.2
  • @graphql-codegen/typescript-operations 3.0.2
  • @graphql-codegen/typescript-urql 3.7.3
  • @graphql-codegen/urql-introspection 2.2.1
  • @next/react-refresh-utils 13.2.4
  • @storybook/addon-a11y 6.5.16
  • @storybook/addon-actions 6.5.16
  • @storybook/addon-essentials 6.5.16
  • @storybook/addon-interactions 6.5.16
  • @storybook/addon-links 6.5.16
  • @storybook/addon-postcss 2.0.0
  • @storybook/builder-webpack5 6.5.16
  • @storybook/manager-webpack5 6.5.16
  • @storybook/react 6.5.16
  • @storybook/testing-library 0.0.13
  • @testing-library/jest-dom 5.16.5
  • @testing-library/react 13.4.0
  • @types/react 18.0.28
  • @types/react-dom 18.0.11
  • @types/webpack 5.28.0
  • autoprefixer 10.4.14
  • babel-plugin-superjson-next 0.4.5
  • chromatic 6.17.1
  • css-loader 6.7.3
  • postcss 8.4.21
  • postcss-loader 7.0.2
  • react-refresh 0.14.0
  • sass 1.59.3
  • sass-loader 13.2.0
  • storybook-addon-next-router 4.0.2
  • style-dictionary 3.7.2
  • style-loader 3.3.2
package.json
  • dotenv 16.0.3
  • @types/jest 29.4.2
  • @types/node 18.15.3
  • @types/uuid 9.0.1
  • cross-env 7.0.3
  • eslint 8.36.0
  • graphql 16.6.0
  • graphql-type-json 0.3.2
  • husky 8.0.3
  • jest 29.5.0
  • lint-staged 13.2.0
  • prettier 2.8.4
  • rimraf 4.4.0
  • stylelint 15.2.0
  • ts-jest 29.0.5
  • ts-node 10.9.1
  • turbo 1.8.3
  • typescript 4.9.5
packages/eslint/eslint-config-manaslu-base/package.json
packages/eslint/eslint-config-manaslu-nextjs/package.json
packages/eslint/eslint-config-manaslu-node/package.json
packages/eslint/package.json
  • @typescript-eslint/eslint-plugin 5.55.0
  • @typescript-eslint/parser 5.55.0
  • eslint-config-airbnb-typescript 17.0.0
  • eslint-config-next 13.2.4
  • eslint-config-prettier 8.7.0
  • eslint-plugin-json ^3.1.0
  • eslint-plugin-jsx-a11y 6.7.1
  • eslint-plugin-prettier 4.2.1
  • eslint-plugin-react 7.32.2
  • eslint-plugin-storybook 0.6.11
  • eslint-plugin-tailwindcss 3.10.1
packages/jest/package.json
  • jest-environment-jsdom 29.5.0
packages/prettier/package.json
packages/stylelint/package.json
  • stylelint-config-prettier 9.0.5
  • stylelint-config-recess-order 3.1.0
  • stylelint-config-standard-scss 7.0.1
  • stylelint-prettier 2.0.0
packages/tsconfig/package.json
  • @tsconfig/next-strictest 1.0.1
  • @tsconfig/node-lts-strictest 18.12.1
  • @tsconfig/strictest 1.0.2

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

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.