Skip to content

edgardoll4/apinest-shop

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository.

Clonar repositorio

$ git clone https://github.com/edgardoll4/apinest-shop.git

Ir al directorio donde se clono el repositorio

$ cd apinest-shop

Installacion de dependencias

$ npm install

Configurar variables de entorno

# Dupilcar el archivo
  .env.templete
# Renombrar el archivo y configurar losvalores
  .env

Levantar la base de datos en Docker

$ docker-compose up -d

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Cargar datos de prueba a la DataBase

$ http://localhost:300/api/seed

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages