Welcome to Marvs Ecommerce API, a sample e-commerce API built using Nest JS and PostgreSQL. This API provides endpoints for managing various aspects of an e-commerce platform, such as products, shops, customers, and more.
Before you begin, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
- PostgreSQL
$ npm install
- Create a PostgreSQL database for the project.
- Update the dev.env file.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod