The "GardenMaps" project is a web application that aims to link families and agriculture enthusiasts, through activities that promote services such as rent or sale of natural products.
1.- Users will be able to locate the orchards closest to their home, enjoy open-air events, and keep up to date with their activities and services.
2.- Users will be able to create the events, services or activities that they promote in their gardens or green areas.
3.- Users can register, log in or log out.
4.- Users can delete completed services or activities.
In this repository we create the API for Garden Maps
You can access the FrontEnd of Garden Maps here
We use Spring Boot
- We start by creating the project with Spring Initializr
Gradle project
Dependencies: Spring Web | Spring Data JPA | MySQL Driver | Lombok | Spring Security | Spring Boot DevTools
- git clone or fork this repository https://github.com/crada2/gardenmap-backend.git
- cd gardenmap
- Create a file named "application.properties" and fill it with the information of your database, you can use the example file "application.properties.example"
- Create a table called "services" in MySQL
- Now you can run the API
- JAVA
- Spring Boot
- Intellij IDEA
- Tell others about this project 📢
- Support our projects ⭐
- Made with ❤️ by CRADA 🐱