Science Score: 31.0%

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

  • CITATION.cff file
    Found 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 (3.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

README.md

This project was coded by Allison Majors and Kjirsten Fastabend. This project is a database management app for a library. It uses Node.js, Express, HTML, CSS, JavaScript, and SQL. The focus of this project was learning how to interact with a relational database, creating SQL queries to perform basic CRUD operations. The included pdf goes into detail on the structure of the database, including entities, an ER diagram, schema, sample data, and screenshots depicting the various CRUD operations.

Link to project: https://library-database-management-f2fcac56ae0f.herokuapp.com/

Owner

  • Login: birdybird10
  • Kind: user

Citation (Citations.md)

Citations:

Citation for db-connector.js:
Date: 05/17/2024
Copied step 1 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main/Step%201%20-%20Connecting%20to%20a%20MySQL%20Database

Citation for main.hbs:
Date: 05/17/2024
Copied step 3 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main/Step%203%20-%20Integrating%20a%20Templating%20Engine%20(Handlebars)

Date 05/24/2024
Researched function to hide/display div content
Author (stackoverflow): Mihai Matei
Source URL: https://stackoverflow.com/questions/16015933/how-can-i-show-a-hidden-div-when-a-select-option-is-selected

Citation for authors.hbs:
Date: 05/17/2024
Copied steps 4 and 5 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for books.hbs:
Date: 05/17/2024
Copied steps 4 and 5 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for booksAuthors.hbs:
Date: 05/17/2024
Copied steps 4, 5, and 6 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for booksCheckouts.hbs:
Date: 05/17/2024
Copied steps 4-8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for employees.hbs:
Date: 05/17/2024
Copied steps 4 and 5 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for index.hbs:
Date: 05/17/2024
Copied steps 4-8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for members.hbs:
Date: 05/17/2024
Copied steps 4 and 5 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app/tree/main

Citation for app.js:
Date: 05/17/2024
Copied steps 0-8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

Date: 05/20/2024
Utilized information on Handlebars and Moments
Authors (stackoverflow username): nikc.org
Source URL: https://stackoverflow.com/questions/33863553/using-handlebar-template-with-moment

Citation for delete_book_in_checkout.js:
Date: 05/23/2024
Copied step 7 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

Citation for delete_checkout.js:
Date: 05/23/2024
Copied step 7 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

Citation for update_book_in_checkout.js:
Date: 05/23/2024
Copied step 8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

Citation for update_checkout.js:
Date: 05/23/2024
Copied step 8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

Citation for update_return_in_checkout.js:
Date: 05/23/2024
Copied step 8 from nodejs-starter-app
Authors (github username): gkochera, Cortona1, currym-osu, dmgs11
Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 368 dependencies
package.json npm
  • handlebars-helper-moment ^0.2.0 development
  • dotenv ^16.4.5
  • express ^4.19.2
  • express-handlebars ^7.1.2
  • forever ^4.0.3
  • handlebars.moment ^1.0.4
  • mariadb ^3.3.1
  • moment ^2.30.1
  • mysql ^2.18.1
  • mysql2 ^3.10.1