https://github.com/john-guerra/nodeexpressredis
A very basic example of a node express redis application
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
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
Metadata Files
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
- Website: http://johnguerra.co
- Twitter: duto_guerra
- Repositories: 40
- Profile: https://github.com/john-guerra
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
Top Committers
| Name | 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
- 202 dependencies
- 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