Don_kampo_api

This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.

Stars
1
Committers
1

🏷️ DON KAMPO API

Application developed by Andres Betancourt

🛠️ Recommended IDE

Use the following tools for a better development experience:

🚀 Project Installation

Installation

To install the project dependencies, run:

npm install

Deploy the application in desktop development mode

$ npm run dev

Deploy the project in production mode

# Windows
$ npm run build:win

# macOS
$ npm run build:mac

# Linux
$ npm run build:linux

Deploy the project in web development mode

Navigate to the directory

# For windows
$ cd web

Start the development server

# For windows
$ npm run dev