An open API service indexing awesome lists of open source software.

https://github.com/colinbut/presents-app

Presents application for my girlfriend's birthday
https://github.com/colinbut/presents-app

bootstrap bootstrap3 css html java javascript jquery js maven maven-wrapper spring-boot tomcat

Last synced: 9 months ago
JSON representation

Presents application for my girlfriend's birthday

Awesome Lists containing this project

README

          

# 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

```bash
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/