Skip to content

kleitz/vvida

Repository files navigation

Vvida

Code Climate Test Coverage

Vvida is a nightlife establishment, service and product review app. It enables the users to review services offered by various establishments, e.g restaurants, hotels, clubs, food, transport, vacation places etc. as well as products used by consumers.

Installation

  1. Download and install Node JS if not already installed.
  2. Download and install PostgreSQL if not already installed.
  3. Clone the repository here or go to the project github page here and download the zip file of the project. Unzip it.
  4. Navigate to your terminal and change your directory to the vvida project directory.
  5. Check that you are on the master branch using git status.
  6. Run npm install bower first, then bower install to install front-end dependencies and lastly npm install to install back-end dependencies.

Usage

Run gulp on your terminal. Navigate to http://localhost:3000 on your browser.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Releases

No releases published

Packages

No packages published