Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 488 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 488 Bytes

Description

Treez Inventory API

Requirements:

  • Node 8 or higher
  • npm
  • postgres
  • typescript

Installation

$ npm install

Running the app

open postgres in terminal and create database

sudo su

psql postgres

create database treez;

afterwards, run this in terminal to start server

# development
$ npm run start

# watch mode
$ npm run start:dev

Tests

unfortunately, I did not get that far...

License

MIT licensed.