This repository contains the backend code for the Eco-Exchange application, developed using Spring Boot and MySQL.
The backend development plan is divided into several phases, which include setting up the environment, developing core functionality, connecting with the frontend, and testing & debugging.
- Java 17
- Maven
- MySQL
-
Clone the repository:
https://github.com/Mandip77/SustainableExchnage-Backend-.git cd eco-exchange-backend
-
Update the
application.properties
file with your database credentials. -
Build the project:
mvn clean install
-
Run the application:
mvn spring-boot:run
The application will start running at http://localhost:8080
.
(List all the endpoints of your application here, with a brief explanation of their functionalities)
Unit tests can be run with:
```bash
mvn test
```
-
Build the project:
mvn clean install
-
The generated JAR file can be deployed on the cloud service provider of your choice.
Explain how to contribute to your project, if applicable.