Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notaphplover/ant-mongo
AntJS extension for MongoDB
https://github.com/notaphplover/ant-mongo
Last synced: about 1 month ago
JSON representation
AntJS extension for MongoDB
- Host: GitHub
- URL: https://github.com/notaphplover/ant-mongo
- Owner: notaphplover
- Created: 2019-10-18T14:45:05.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T04:51:37.000Z (about 2 years ago)
- Last Synced: 2024-10-30T14:41:42.773Z (3 months ago)
- Language: TypeScript
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Build status](https://github.com/notaphplover/ant-mongo/workflows/ci/badge.svg)](https://github.com/notaphplover/ant-mongo/workflows/ci/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/notaphplover/ant-mongo/badge.svg?branch=refs/heads/develop)](https://coveralls.io/github/notaphplover/ant-mongo?branch=refs/heads/develop)## Description
MongoDB extension for [AntJS](https://github.com/notaphplover/ant-js).
## How to build the library
Just run the build script:
```
npm run build
```## How to run tests
Tests are dockerized in order to start a redis server and a PostgreSQL server in a virtual environment.
You can run all the tests with the test script:
```
npm test
```A coverage report will be generated at the coverage directory.
## Aknowledgements
Special thanks to [Adrián Martínez Jiménez](https://github.com/Adrianmjim) for encouraging me to start this project and for all the contributions to this project.