Skip to content

BueBio/api

Repository files navigation

API

Run tests with docker

docker build -t "testbuild" . && docker run --name=database -d mongo:4.4.0 && docker run --name=test --link=database:database --env-file .env.test testbuild npm run test-mocha-with-coverage; docker rm test; docker rm -f database;

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors