- We have developed this REST API for a Plant Nursery Management system Application. This API performs all the fundamental CRUD operations of any Plant Nursery Application platform with user validation at every step.
- This project is developed by team of 5 Back-end Developers during project week in Masai School.
- Java
- Spring Framework
- Spring Boot
- Spring Data JPA
- Hibernate
- MySQL
- Login, Logout Module
- Admin Module
- Plants Module
- Planters Module
- Seeds Module
- User and Admin authentication & validation with session uuid.
- Administrator Role of the entire application
- Only admins can add/update/delete plants, planters, seeds from main database
- Admin can access the details of different users and orders.
- Registering themselves with application, and logging in to get the valid session token
- Viewing list of available plants, planters, seeds and order items of them.
- Only logged in user can access his orders, profile updation and other features.
- @Sangram Keshari Sahu
- @Jai Phookan
- @Prashant Bharate
- @Swapnil Nawgire
- @ Mohammad Ashique Usmani
-
Before running the API server, you should update the database config inside the application.properties file.
-
Update the port number, username and password as per your local database config. server.port=8886
spring.datasource.url=jdbc:mysql://localhost:3306/plantdb spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root spring.datasource.password=root
API Root Endpoint https://localhost:8886/