Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/productdevbook/full-stack-monorepo
- Owner: productdevbook
- License: mit
- Archived: true
- Created: 2022-07-19T11:58:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T09:10:56.000Z (11 months ago)
- Last Synced: 2024-05-02T03:08:23.986Z (8 months ago)
- Topics: capacitor, graphql, ionic, mikro-orm, mikroorm, monorepo, nestjs, nestjs-graphql, postgresql, tailwindcss, turborepo, vite, vue, vuejs
- Language: TypeScript
- Homepage: https://productdevbook.com
- Size: 4.47 MB
- Stars: 50
- Watchers: 4
- Forks: 10
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```