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

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

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)