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

Repository

Basic Info
  • Host: GitHub
  • Owner: andrisr
  • Language: Java
  • Default Branch: main
  • Size: 12.7 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Citation

README.md

Learn and Be Curious Project - My Special Day (July 10, 2022)

Requirements:

- The project contains an API and a front end.
- Unit and integration tests are present and passing.
- Have at least 70% unit test coverage on any Service classes (Both line and branch)
- The project was successfully deployed.
- The project contains at least 4 API endpoints.
- Branches were used to develop individual features, as recorded in your repository's closed pull requests

RSVP table (check stack name & file://)

``` aws cloudformation create-stack --stack-name rsvp-invitees --template-body file://updatedTable.yaml --capabilities CAPABILITY_IAM aws cloudformation wait stack-create-complete --stack-name DynamoDBIndexes-RSVP

```

Run the application with ./gradlew bootRunDev

Run Integration tests with ./gradlew :IntegrationTests:test

Citation (Citations.md)

# ATA-Learn-And-Be-Curious-Project Citations

Citations;

    -WeddingRegistry
    Amazon.com. Amazon Wedding Registy. (n.d.). Retrieved June 28, 2022, from https://www.amazon.com/wedding?ref_=nav_cs_wedding_registry
    Used to add a wedding Registry to Site
    
    
    -Images
    Botanic card, watercolor invitation design with herbs and leaves. hand painted floral background. template. Green Frame. drawing nature stock vector. Adobe Stock. (n.d.). Retrieved June 28, 2022, from https://stock.adobe.com/images/botanic-card-watercolor-invitation-design-with-herbs-and-leaves-hand-painted-floral-background-template-green-frame-drawing-nature/298617719
    
    
    -ResourceTool
    Empowering the world to develop technology through collective knowledge. Empowering the world to develop technology through collective knowledge -
    Stack Overflow. (n.d.). Retrieved June 28, 2022, from https://stackoverflow.co/
    
    
    -InformativePage
    Getting here. Philadelphia Museum of Art. (n.d.). Retrieved June 28, 2022, from https://philamuseum.org/visit/getting-here
    
    
    -images
    Macridis, L. (2021, August 18). My #dream came true. Elemcee Consultancy. Retrieved June 28, 2022, from http://elemceeconsultancy.com/2021/08/18/my-dream-came-true/
    
    
    -WeddingRegistry
    Mr. Kenzie & mrs. Kenzie's wedding registry. Bed Bath & Beyond. (n.d.). Retrieved June 28, 2022, from https://www.bedbathandbeyond.com/store/giftregistry/viewregistryguest/551591317?eventType=Wedding
    Used Bed Bath and Beyond as a wedding registry
    
    
    -CSS styling
    TomWalshHud. (2015, April 16). Tutorial 2 - header banner - HTML / CSS. YouTube. Retrieved June 28, 2022, from https://www.youtube.com/watch?v=X_skOPBsYZE
    
    
    -CSS styling
    wedding website - the knot. The Knot® Wedding Planning Website: Tools, Inspiration & More. (n.d.). Retrieved June 28, 2022, from https://www.theknot.com/us
    The particular site inside the Knot did not have a individual author or contributor, also could not find where exactly when it was published. Used authors button css and form to style
    button.
    
    
    -CSS styling
    YouTube. (2020, March 31). How to style drop down menus - CSS web design tutorial. YouTube. Retrieved June 28, 2022, from https://www.youtube.com/watch?v=8cExRlT--Zc
    
    
    -HTML
    YouTube. (2019, June 8). Learn HTML forms in 25 minutes. YouTube. Retrieved June 28, 2022, from https://www.youtube.com/watch?v=fNcJuPIZ2WE
    
    
    -HTML
    YouTube. (2016, September 22). Styling HTML 5 forms #5 - styling select boxes. YouTube. Retrieved June 28, 2022, from https://www.youtube.com/watch?v=IPtyr11fjcI
    
    
    -Image
    14K white gold wedding bands. gold wedding bands. unique. Etsy. (n.d.). Retrieved July 1, 2022, from https://www.etsy.com/listing/499552636/14k-white-gold-wedding-bands-gold
    
    
    -Image
    denamorado. (2020, September 17). Free photo: Pink flower border with palm leaves on white background. Freepik. Retrieved July 9, 2022, from https://www.freepik.com/free-photo/pink-flower-border-with-palm-leaves-white-background_10148334.htm#page=3&query=wedding%20background&position=42&from_view=keyword
    
    
    -Image
    Amazon.com logo sales Amazon Marketplace Company, others, text, publishing, affiliate marketing PNG free download. PNGWing. (n.d.). Retrieved July 9, 2022, from https://www.pngwing.com/en/free-png-mcise/download
    
    
    -Source
    SweetAlert. (n.d.). Retrieved July 9, 2022, from https://sweetalert.js.org/ 
    

GitHub Events

Total
Last Year

Dependencies

Application/build.gradle maven
  • com.github.derjust:spring-data-dynamodb 5.1.0 implementation
  • com.google.guava:guava 31.1-jre implementation
  • io.springfox:springfox-swagger-ui 3.0.0 implementation
  • io.springfox:springfox-swagger2 3.0.0 implementation
  • org.springframework.boot:spring-boot-starter 2.6.3 implementation
  • org.springframework.boot:spring-boot-starter-web 2.6.3 implementation
  • org.apache.logging.log4j:log4j-slf4j18-impl 2.17.0 runtimeOnly
  • net.andreinc:mockneat 0.4.8 testImplementation
  • org.junit.jupiter:junit-jupiter-api 5.8.2 testImplementation
  • org.springframework.boot:spring-boot-starter-test 2.6.3 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.8.2 testRuntimeOnly
IntegrationTests/build.gradle maven
  • com.fasterxml.jackson.core:jackson-databind 2.13.2 testImplementation
  • io.rest-assured:rest-assured 4.4.0 testImplementation
  • net.andreinc:mockneat 0.4.7 testImplementation
  • org.junit.jupiter:junit-jupiter-api 5.6.0 testImplementation
  • org.springframework.boot:spring-boot-starter-test 2.6.3 testImplementation
  • org.springframework.boot:spring-boot-starter-web 2.6.3 testImplementation
  • org.springframework.data:spring-data-commons 2.6.2 testImplementation
  • org.springframework:spring-tx 5.3.16 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.6.0 testRuntimeOnly
Frontend/package-lock.json npm
  • 520 dependencies
Frontend/package.json npm
  • copy-webpack-plugin ^6.4.1 development
  • html-webpack-plugin 4 development
  • axios ^0.21.1
  • clean-webpack-plugin ^4.0.0
  • toastify-js ^1.11.2
  • webpack ^4.41.2
  • webpack-cli ^3.3.10
  • webpack-dev-server ^3.2.1
Frontend/yarn.lock npm
  • 630 dependencies