Git Product home page Git Product logo

pollingapp's Introduction

PollingApp

This is polling web app created in nodejs and mongodb with bootstrap, html and jquery

Prerequisites

Below are the softwares and tools you need to install before contributing/running this web-app

  • NodeJS - Install NodeJS(v6.11.5 or later)
  • Git - Git for version control
  • MongoDB - Install latest community server
  • Robo 3T - Install RoboMongo 3T
  • Atom Atom Editor, This is optional, you can work with any editor/IDE

How to Contribute

  • Install all Prerequisites
  • Fork the project
  • Clone the repository
  • Open Terminal and go to PollingApp directory and Run npm install --save This fetch all the node module dependecy. Make sure you do not push this while contributing to project
  • Start the mongodb server by running the command in terminal sudo service mongod start Windows user can normally start the mongodb.Please refere here for details
  • Once the server is started, Start the mongo shell(For Ubuntu type mongo in terminal, for windows use Robo3T/RoboMongo) Now open the mongo.script file of this project and copy the content and paste it in mongo shell. Make sure all commands run successfully.
  • Now you are ready with DB, Collections and some sample dummy data ready into your mongodb
  • Go to project folder and Start server using nodemon index.js
  • We are using nodemon plugin so you no need to restart the server for any changes, it automatically restarts the server after saving any changes.
  • Boom..! That's it! Now start coding :)

Contact me for any help

pollingapp's People

Contributors

rajedan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.