ask2god

Ask and it will be given to you; seek and you will find - Matthew 7:7

Stars
0

Ask2God | Bible Search Engine

Ask and it will be given to you; seek and you will find - Matthew 7:7

library installation

npm install

start application server

npm start

http://localhost:3000

A2G backend

library installation

cd api
npm install

start db server

npm install -g nodemon
nodemon server

http://localhost:4000

mongodb://localhost:27017/manager

brew tap mongodb/brew
brew install mongodb-community

brew services start mongodb-community
mongod --config /usr/local/etc/mongod.conf

ps aux | grep -v grep | grep mongod
mongo

Tests

Test Runner

npm install -g jest-cli
npm test
Badges
Extracted from project README
codecov Codacy Badge