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

drive-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drive-server

Drive Server API

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Drive Server

Prerrequisites

  • Node v16

    nvm install 16

  • Yarn

    npm i -g yarn

Install

  • Create a .npmrc file from the .npmrc.template example provided in the repo.
  • Replace TOKEN with your own Github Personal Access Token with read:packages permission ONLY
  • Use yarn to install project dependencies.

Database setup (MariaDB)

Create schema and configure config/environments/development.json

Run yarn run migrate to create tables.

Start app

Run yarn start to start server in production mode.

Run yarn run dev to start with nodemon and development environment.

FAQs

Package last updated on 02 Mar 2024

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