nestjs-mod / nestjs-mod-fullstack

Boilerplate for creating a fullstack application on NestJS and Angular
https://fullstack.nestjs-mod.com
1 stars 0 forks source link
angular boilerplate docker fullstack nestjs nx nx-workspace postgresql

NestJS-mod Logo

Boilerplate for creating a fullstack application on NestJS and Angular

Dev/Watch mode

Infrastructure is running using docker-compose, applications are launched in watch pm2 mode.

Init

git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i

Start

npm run pm2-full:dev:start

Open in browser

http://localhost:4200

Testing

npm run pm2-full:dev:test:e2e

Stop

npm run pm2-full:dev:stop

Prod mode

Infrastructure is running using docker-compose, built applications are launched using pm2.

Init

git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i

Start

npm run pm2-full:prod:start

Open in browser

http://localhost:3000

Testing

npm run pm2-full:prod:test:e2e

Stop

npm run pm2-full:prod:stop

Docker-compose prod mode

Infrastructure and applications built into Docker images are run using docker-compose.

Init

git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i

Start

npm run docker-compose-full:prod:start

Open in browser

http://localhost:8080

Stop

npm run docker-compose-full:prod:stop

Links

Questions

For questions and support please use the official Telegram group. The issue list of this repo is exclusively for bug reports and feature requests.

Stay in touch

License

MIT licensed.