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

https://github.com/ebenjs/fakeinmails


https://github.com/ebenjs/fakeinmails

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# FakeInMails

SpringBoot java project that expose an endpoint to fetch some fake inmails.

This project was first designed for personnal use in a mail client project. It helped getting started quickly with some
fake datas.

Feel free to clone this repository and make pull requests for new feature.

## How to use ?

- First clone this repository with this command

```shell
git clone https://github.com/ebenjs/fakeInMails.git
```
- Then install dependencies

```shell
cd fakeInMails
mvn install
```
- Finally you can launch the project like any other java project.

## Technology

- JAVA programming langage
- SpringBoot Framework
- Maven
- In-memory H2 Database
- DTO-Repository-Service pattern
- REST API design