Skip to content

lobanov-oleh/test-ds

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published