Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 993 Bytes

File metadata and controls

35 lines (26 loc) · 993 Bytes

Couchdb

IT Tralee Year 4 Semester 1

CouchDB Portfolio for Advanced Database Programming in IT Tralee. Aim of this project is to learn CouchDB CRUD operation with the use of selected APIs from UI.

Implementation is about storing business card details into CouchDB

Programming Languange and APIs used for implementation:

  • PHP Programming Language.
  • PHP-On-Couch for CouchDB CRUD operation from UI.
  • Twitter Bootstrap 4.
  • Bootstrap Toggle.
  • HTML 5 and CSS 3.
  • JavaScript and jQuery.

IDE Used for implementation:

  • Microsoft Visual Studio Code.

Installation

Clone Repository

Install required library

composer install

Extensions

Install required extensions in VS Code:

  • Bootstrap 4 & Font awesome snippets for Visual studio code - Ashok Koyi
  • HTML Snippets - Mohamed Abusaid
  • Intellisense for CSS class names in HTML - Zignd
  • PHP Intellisense - Felix Becker
  • PHP Server for serving PHP project - brapifra