Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 968 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 968 Bytes

test-ds

What I use

There is more information about TypeScript under JavaScript Standard Style: eslint-config-standard-with-typescript

Non-relative import

import v1 from '@api/v1'

instead of:

import v1 from '../src/api/v1'

The bunch of the following modules makes this possible:

See test/chai.ts

Getting started

Before all:

  • Start your mongoDB server
  • Run next:
git clone git@github.com:lobanov-oleh/test-ds.git
cd test-ds
npm i
npm run build

then

npm start

or

npm test

API Documentation

http://localhost:3000/swagger/