Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/productdevbook/full-stack-monorepo

It is a monorepo that includes all end-to-end resolutions. You can create a website, API and mobile application.
https://github.com/productdevbook/full-stack-monorepo

capacitor graphql ionic mikro-orm mikroorm monorepo nestjs nestjs-graphql postgresql tailwindcss turborepo vite vue vuejs

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![](docs/productdevbook.png)

## Discord
![productdevbook](https://discordapp.com/api/guilds/982896043463180310/widget.png?style=shield)

### Website
* http://localhost:3000 - vue
* http://localhost:5000 - vue-mobile
* http://localhost:4000/graphql - api

# Setup

```properties
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
```properties
pnpm db:up // migrations db
pnpm dev
```