Skip to content

Nest-Microservices-Christian/products-ms

Repository files navigation

Nest Logo

Product Microservice

Description

Microservice for managing products. Fernando Herrera's course project.

Dev

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Create a .env based on the .env.template file
  4. Run prisma migrations with npx prisma migrate dev
  5. Run the app with npm run start:dev

Production

Execute the following command to build the project:

docker build -f dockerfile.prod -t products-ms .

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

Repositorio del código de Products Microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published