An open API service indexing awesome lists of open source software.

https://github.com/amanastel/kraftbaseassignment


https://github.com/amanastel/kraftbaseassignment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# kraftbaseAssignment

## Modules
- Customer Module
- Orders Management Module
- Product Management Module
- Wallet Management Module

Backend Technologies
- Spring Boot
- Maven
- Spring Data Jpa
- Hibernate
- Spring Security
- Mysql
- Lombok

## ER DIGRAM
![ER DIAGRAM](https://github.com/Amanastel/kraftbaseAssignment/blob/main/img/Screenshot%202023-08-04%20at%201.41.46%20PM.png?raw=true)

## API Root Endpoint

`https://localhost:8888/`

`http://localhost:8888/swagger-ui/`

### Sample API Response for Admin Login

`POST localhost:8888/signIn`

* Request Body

```
{
"username": "Admin@gmail.com",
"password": "admin"
}

```