https://github.com/front-lucasribeiro/fullstack-app-crud
Projeto fullstack em NestJs, Docker, Postgres e VueJS
https://github.com/front-lucasribeiro/fullstack-app-crud
docker docker-compose joi-validation nestjs nodejs pgadmin4 postgres typescript vue3 vuejs
Last synced: 3 months ago
JSON representation
Projeto fullstack em NestJs, Docker, Postgres e VueJS
- Host: GitHub
- URL: https://github.com/front-lucasribeiro/fullstack-app-crud
- Owner: Front-LucasRibeiro
- Created: 2024-05-11T15:41:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T02:23:23.000Z (about 2 years ago)
- Last Synced: 2025-10-24T23:47:28.720Z (9 months ago)
- Topics: docker, docker-compose, joi-validation, nestjs, nodejs, pgadmin4, postgres, typescript, vue3, vuejs
- Language: TypeScript
- Homepage:
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development environment
- Docker e Docker compose, node v20.9.0
# Backend
- PostgresSQL
- PgAdmin - http://localhost:8081
- NestJs - http://localhost:3000
# Frontend
- VueJS - http://localhost:8080
## Design
-
## Run project development
- npm start (creates development environment and watched file changes)
- npm create (Create and recreate containers docker)
## Run project production
- npm run build (compiles files for production)
- http://localhost:80