https://github.com/john-guerra/nodeexpressredis

A very basic example of a node express redis application

https://github.com/john-guerra/nodeexpressredis

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

A very basic example of a node express redis application

Basic Info
  • Host: GitHub
  • Owner: john-guerra
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Size: 71.3 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

nodeExpressRedisEJS

A very basic example of a node express redis application with full CRUD operations for a Tweet table. Uses Node + Expres + EJS + Redis with ES6 modules.

Installation

To use this example, first make sure you have redis-stack installed on your machine, and start the redis server. For this open terminal and run

redis-stack-server

Then on a different terminal clone this repository it, and install all its dependencies and run the server

git clone git@github.com:john-guerra/nodeExpressRedis.git cd nodeExpressRedis npm install

Then test it on http://localhost:3000

Owner

  • Name: John Alexis Guerra Gómez
  • Login: john-guerra
  • Kind: user
  • Location: San Francisco, California
  • Company: Northeastern University Silicon Valley

I love to build dataviz for Insight discovery. I also love to put technology to the service of humanity

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
John Alexis Guerra Gómez j****a@g****m 6

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 202 dependencies
package.json npm
  • eslint ^8.4.1 development
  • eslint-config-prettier ^8.3.0 development
  • prettier ^2.5.1 development
  • cookie-parser ~1.4.4
  • debug ~2.6.9
  • ejs ^3.1.6
  • express ^4.18.2
  • http-errors ~1.6.3
  • morgan ~1.9.1
  • nodemon ^3.0.2
  • redis ^4.6.11