Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andres11152/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.
https://github.com/andres11152/don_kampo_api

babel cors express javascript node nodejs nodemon nodemon-express postgree postgreesql

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 🏷️ **DON KAMPO API**

Application developed by **Andres Betancourt**

## 🛠️ Recommended IDE

Use the following tools for a better development experience:

- [**Visual Studio Code (VSCode)**](https://code.visualstudio.com/) 🖥️
- [**ESLint**](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) 📜
- [**Prettier**](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) 🎨

## 🚀 Project Installation

### Installation

To install the project dependencies, run:

```bash
npm install
```

### Deploy the application in desktop development mode

```bash
$ npm run dev
```

### Deploy the project in production mode

```bash
# 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

```bash
# For windows
$ cd web
```

### Start the development server

```bash
# For windows
$ npm run dev
```