This Project: REST API framework designed for website interface and retrieving data from MySQL Database
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Eclipse IDE for Eclipse Committers
- Spring Boot
- MySQL Workbench
- MySQL Installer
- Postman
To get a local copy up and running follow these simple steps.
- an IDE or a text editor
- JDK 1.8+
- Maven 3+
-
Clone the repo
git clone https://github.com/aazamuddin4/rest-api-with-local-database.git
-
Install Eclipse IDE for Eclipse Committers
-
Initializing a Spring Boot Project
Go to start.spring.io and add below dependencies
- Spring Data JPA
- Spring Web
- Spring Boot DevTools
- MySQL Driver
Once installed, open the maven project in Eclipse IDE
-
Install MySQL Installer with added product of
- MySQL Server
- MySQL Workbench
- Connector/ODBC
-
Install MySQL Workbench GUI
Create connection between the server created in the MySQL Installer
-
Install Postman
Test the URL created in the APIcontroller.java (GET or POST)
Application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST stands for representational state transfer
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Email - andiazamuddin@gmail.com
Twitter - @aaxamuddin
LinkedIn Link: https://www.linkedin.com/in/aazamuddin4/