Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:20:29.000Z (about 2 years ago)
- Last Synced: 2024-05-28T17:32:51.638Z (7 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/```![couchdb_application](https://user-images.githubusercontent.com/56085499/75159811-ca19c080-5710-11ea-955e-4d64aa7e748c.PNG)