Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 296 Bytes

DruveBackend API

Backend API for Abutto

Usage

Rename ".env.example" to ".env" and update the values/settings with the company data provided to you

Install Dependencies

yarn or npm install

Run App

# Run in dev mode
yarn run dev

# Run in prod mode
yarn start