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
- Host: GitHub
- URL: https://github.com/dejongyeong/couchdb
- Owner: dejongyeong
- Created: 2018-10-06T20:44:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T23:15:22.000Z (about 7 years ago)
- Last Synced: 2025-11-01T12:10:40.092Z (7 months ago)
- Topics: bootstrap4, couchdb, css3, database-programming, html5, php, php-on-couch
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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