colinbut / presents-app

Presents application for my girlfriend's birthday

Home Page:https://presents-app.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presents App

This is a website i created to present the present for my girlfriend's 25th birthday.

It is predominately a static site despite being served via Tomcat (embedded Web Container/HTTP Listener) using Spring Boot framework.

Technologies

  • HTML
  • CSS/ Bootstrap
  • JS/ JQuery
  • Java
  • Spring Boot

Development

I choose to serve it using Spring Boot on Tomcat as a means to experiment/practice of spinning up a web app built using Spring Boot with the ability to serve static content using WebJars.

Run Locally

mvn spring-boot:run

then hit

http://localhost:8080/

Demo

website is deployed onto Heroku cloud platform and can be accessed via the following link:

https://presents-app.herokuapp.com/

About

Presents application for my girlfriend's birthday

https://presents-app.herokuapp.com/


Languages

Language:HTML 73.2%Language:Java 26.8%