New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@reactivers/express-sequelize-ts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactivers/express-sequelize-ts

Express, sequelize, typescript, unit test

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Installation

npx @reactivers/express-sequelize-ts your-app-name

Getting Started

  • Make sure the ports "5500" and "4500" are available on your end!
    • Postgres -> 5500
    • Backend -> 4500
  • Edit .env files before you start
  • Edit container_name fields in docker-compose.yml file
  • Edit init.sql database names

Note!

  • Make sure database names are matched in init.sql and .env files!

Running Tests

npm run test

Docker

BUILD

docker-compose up -d --build

Address

The app will be running at

http://localhost:4500

Clean

docker-compose down --remove-orphans --rmi "local" --volumes

Keywords

express

FAQs

Package last updated on 06 Apr 2023

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