Skip to content

Dukes-Wine-Co/noSQL-db-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outline

Description

This repo allows us to configure and manage our no sql database across multiple machines. Running this application will download and scaffold the application sans the data in the database.

How to set up

Please read through the Prerequisites section to confirm that you have the right tools installed for this application. Prior to the first time the mongo server is started, you'll need to download some dependencies by running make install.

Prerequisites

You'll need to have the following tools installed on your machine in order to run this application as intended:

How to run

You can run the mongo server by running make run-mongo-server.

How to run tests

We're using the Bash Automated Testing System (BATS) to test the bash scripts in this library. Each bats file needs to include the following header.

#!/usr/bin/env ./test/libs/bats/bin/bats

load 'libs/bats-support/load'
load 'libs/bats-assert/load'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published