Giter VIP home page Giter VIP logo

giphy_example's Introduction

giphy_example

Giphy Example

Technology Stack

On the front-end, Bootstrap which is a CSS framework for building responsive sites that look great on any device.

The back-end is Spring Boot application and a MySQL database.

Maven Project

The Maven build tool for this project. Need the following dependencies:

  1. spring-boot-starter-web:- A set of basic dependencies needed to develop web applications with Spring.

  2. spring-boot-starter-data-jpa:- Part of the umbrella Spring Data project that makes it easy to implement JPA-based repositories using Hibernate. It can create repository implementations at runtime from a repository interface.

  3. spring-boot-starter-security:- Provides CSRF form protection as well as basic authentication on all HTTP endpoints

  4. spring-boot-starter-thymeleaf:- Provides the Thymeleaf templating engine

  5. thymeleaf-extras-springsecurity4:- Allows us to use Spring Security dialect in Thymeleaf templates

  6. nekohtml:- Allows us to relax the strict HTML syntax checking rules for Thymeleaf templates

  7. spring-boot-starter-mail:- Provides JavaMailSender which we'll use to send plain-text e-mail

  8. spring-boot-devtools:- Provides automatic app restarts whenever files on the classpath change

  9. mysql-connector-java:- Provides MySQL database drivers

  10. zxcvbn:- Provides our password complexity library

pom.xml

giphy_example's People

Contributors

sudhakarrep avatar

Watchers

 avatar

Forkers

aman-agrawala

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.