You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cdek-backend

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdek-backend

Backend для [cdek-widget](https://github.com/ubzor/cdek-widget).

0.0.20
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

CDEK Backend

Backend для cdek-widget.

Требования

  • PostgreSQL с установленным плагином PostGIS
    • Для разработки рекомендуется использовать Docker-образ postgis/postgis

Установка

  • Клонируйте репозиторий:

    git clone https://github.com/ubzor/cdek-backend.git
    cd cdek-backend
    
  • Скопируйте файл .env.example в .env:

    cp .env.example .env
    
  • Отредактируйте файл .env, указав данные для подключения к базе данных PostgreSQL:

    DATABASE_HOST=localhost
    DATABASE_PORT=5432
    DATABASE_DATABASE=cdek
    DATABASE_USER=postgres
    DATABASE_PASSWORD=your_password
    
  • Установите зависимости:

    yarn
    
  • Примените миграции к базе данных:

    yarn prisma migrate deploy
    

Запуск

Режим разработки

yarn dev

Production-режим

yarn build
yarn start

FAQs

Package last updated on 26 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.