An open API service indexing awesome lists of open source software.

https://github.com/dejongyeong/couchdb

IT Tralee Year 4 Module: Advanced Database Programming - CouchDB Portfolio
https://github.com/dejongyeong/couchdb

bootstrap4 couchdb css3 database-programming html5 php php-on-couch

Last synced: 27 days ago
JSON representation

IT Tralee Year 4 Module: Advanced Database Programming - CouchDB Portfolio

Awesome Lists containing this project

README

          

# 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