https://github.com/abhilashg001/watermelon-marshmallow-puffs
A simple web application made using Spring Boot
https://github.com/abhilashg001/watermelon-marshmallow-puffs
spring-boot spring-mvc spring-security thymeleaf
Last synced: 2 days ago
JSON representation
A simple web application made using Spring Boot
- Host: GitHub
- URL: https://github.com/abhilashg001/watermelon-marshmallow-puffs
- Owner: AbhilashG001
- License: apache-2.0
- Created: 2019-08-13T16:02:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T17:56:38.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T21:02:10.401Z (about 1 month ago)
- Topics: spring-boot, spring-mvc, spring-security, thymeleaf
- Language: CSS
- Homepage:
- Size: 5.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :watermelon: Watermelon-Marshmallow-Puffs
A simple web application that is built using Spring Boot.
## :wrench: Building the project
This project is built using [Spring Tools Suite(STS)](https://spring.io/tools).
MySql database is used as backend.
Please make sure that the following is installed before building this project -
1. Java Development Kit 8 and above (JDK 8 +)
1. [MySql](https://dev.mysql.com/downloads/mysql/) and [MySql Workbench](https://dev.mysql.com/downloads/workbench/)
1. Git### :star2: To build the project please follow these steps -
1. Create a schema(database) in MySql Workbench. Name of the **schema** should be **```medishop```**.
1. Set the password of your database in ```application.properties``` file.
1. Run the project, if everything works properly, you should now see two tables being created in your MySql Workbench.## :seedling: My Awesome Notes on Spring Boot
Notes and sample projects on Spring Boot can be found [here](https://github.com/AbhilashG97/Spring-Melon)