Skip to content

Simple Inventory API built using Nest.js and TypeORM

Notifications You must be signed in to change notification settings

rostgoat/treez-api

Repository files navigation

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.

About

Simple Inventory API built using Nest.js and TypeORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published