https://github.com/ebenjs/fakeinmails
https://github.com/ebenjs/fakeinmails
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebenjs/fakeinmails
- Owner: ebenjs
- Created: 2021-10-22T20:37:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T20:55:45.000Z (over 4 years ago)
- Last Synced: 2025-03-05T02:01:59.356Z (over 1 year ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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