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
- Host: GitHub
- URL: https://github.com/colinbut/presents-app
- Owner: colinbut
- Created: 2018-04-18T20:54:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T14:49:26.000Z (over 7 years ago)
- Last Synced: 2025-02-01T14:46:10.515Z (11 months ago)
- Topics: bootstrap, bootstrap3, css, html, java, javascript, jquery, js, maven, maven-wrapper, spring-boot, tomcat
- Language: HTML
- Homepage: https://presents-app.herokuapp.com/
- Size: 221 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/