Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

🍉 Watermelon-Marshmallow-Puffs

A simple web application that is built using Spring Boot.

🔧 Building the project

This project is built using Spring Tools Suite(STS).

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 +)
  2. MySql and MySql Workbench
  3. Git

🌟 To build the project please follow these steps -

  1. Create a schema(database) in MySql Workbench. Name of the schema should be medishop.

  2. Set the password of your database in application.properties file.

  3. Run the project, if everything works properly, you should now see two tables being created in your MySql Workbench.

🌱 My Awesome Notes on Spring Boot

Notes and sample projects on Spring Boot can be found here