full-stack-monorepo icon indicating copy to clipboard operation
full-stack-monorepo copied to clipboard

It is a monorepo that includes all end-to-end resolutions. You can create a website, API and mobile application.

Discord

productdevbook

Website

  • http://localhost:3000 - vue
  • http://localhost:5000 - vue-mobile
  • http://localhost:4000/graphql - api

Setup

pnpm install
docker-compose up

Env setup

Example env file change name to .env

/apps/nestjs/.env.example -> /apps/nestjs/.env
/apps/vue-web/.env.example -> /apps/vue-web/.env

Docker running

pnpm db:up // migrations db
pnpm dev