https://github.com/arulkumar-lab/couchdb-express-pug
couchdb express pug user details
https://github.com/arulkumar-lab/couchdb-express-pug
couchdb couchdb-express-pug express pug
Last synced: about 1 month ago
JSON representation
couchdb express pug user details
- Host: GitHub
- URL: https://github.com/arulkumar-lab/couchdb-express-pug
- Owner: arulkumar-lab
- License: mit
- Created: 2020-02-24T12:19:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:20:29.000Z (over 2 years ago)
- Last Synced: 2025-01-31T23:44:31.525Z (3 months ago)
- Topics: couchdb, couchdb-express-pug, express, pug
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# couchdb-express-pug
couchdb express pug user detailsPug (Jade) page loads the user details from couchDB.
####Pre-request steps:
Download and Install Apache CouchDB. Refer here CouchDB
Run the Apache CouchDB Fauxton from localmachine
```http://localhost:5984/_utils/#/_all_dbs```
Create database couchdb_mydb
To See the records from the database use the below query to run in browser URL:
``` http://localhost:5984/couchdb_mydb/_all_docs?```
####Application running steps:
Download code from git.
``` npm install ```
To run the application
```npm run start```
Browser URL:
```http://localhost:3000/```