Visit us here. Login and get started. All relevant details are present on the homepage.
Here's a link to our full work flow. This pretty much covers the entire working (we have tried to) of our application.
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
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.
Share it with your friends,colleagues and family.