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

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

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