prashanth-sams / ask2god

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ask2God | Bible Search Engine

codecov Codacy Badge

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

About

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


Languages

Language:JavaScript 76.9%Language:CSS 17.2%Language:SCSS 3.2%Language:HTML 2.5%Language:Dockerfile 0.1%Language:Shell 0.0%