https://github.com/alexstormwood/oct23-express-blog-api

https://github.com/alexstormwood/oct23-express-blog-api

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AlexStormwood
  • Language: JavaScript
  • Default Branch: main
  • Size: 58.6 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

oct23-express-blog-api

Models to make

Blog

  • Title
  • Content
  • User (posted by)
  • Created date
  • Like
  • Image upload
  • Category/Tags/keywords
  • Audit history
    • user
    • timestamp

Users

  • username
  • blog post view history

Comments

Join table in SQL, but subdocument in Mongoose that lives in Blog posts - user id - comment content - like

Action Log

  • user id
  • route visited
  • timestamp
  • result

Owner

  • Name: Alex
  • Login: AlexStormwood
  • Kind: user
  • Location: Sydney
  • Company: @BigfootDS

Game & XR developer based in Sydney, Australia. Main tools are Unity3D and C#. Working for myself as BigfootDS, and working for Coder Academy as a teacher.

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 113 dependencies
package.json npm
  • nodemon ^3.1.4 development
  • express ^4.19.2
  • mongoose ^8.4.3