Skip to content

subCode321/Bumba-The-Assistant-App

 
 

Repository files navigation

BUMBA

Your personal web assistant to make your time on the web more productive :)

Build Status npm version node bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

Pay us a visit

Visit us here. Login and get started. All relevant details are present on the homepage.

Demo Screenshots

demo1 demo2 demo3 demo4 demo5 demo6

Youtube Video Demo

Here's a link to our full work flow. This pretty much covers the entire working (we have tried to) of our application.

IMAGE ALT TEXT HERE

SetUp for Development

  fork the github repository and run the following commands in a new directory on your PC
 
 
  git init .
  git clone https://github.com/himanish-star/Bumba-The-Assistant-App
  cd Bumba-The-Assistant-App
  npm install
  node server.js

The site would be available at http://localhost:3000

Incase you wish to deploy a local mongoDB server, make a mongo_working directory in the root folder, change the path for mongoDBURI in mongo/models.js to suit your own collection and run the following command

 mongod --dbpath=./mongo_working

now run

 node server.js

The site would be available at http://localhost:3000

Contribute

Big or small, contribute it all. Each and every contribution is priceless to us. So, let em come.

Contribution guidelines are the same as the general standard maintained over github.

  • Issues would be appreciaed with relevant screenshots.  Lookout this for an example issue format.
  • PR's would be appreciated if filed from a separate branch and includes a working gif demo or relevant screenshots. Lookout this for an example PR format.

Spread the word

Share it with your friends,colleagues and family.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.3%
  • CSS 39.2%
  • HTML 13.5%