Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.1 KB

Master File Service

Reference for implementation clean architecture:

Tech Stack

  • nodejs
  • typescript
  • http (express default)
  • database (mongo default)

Get Started

  1. clone repository
$ git clone git@github.com:jabardigitalservice/master-file-service.git
  1. install node
$ npm install
  1. Copy .env from .env.example
$ cp .env.example .env