Skip to content

c-costin/project-mail-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Project Mail Service

EN

Description

This application is designed to facilitate the sending of emails from other applications. To achieve this, the application will be divided into two parts. The first part will be an API responsible for receiving the necessary information for email sending. The second part will be an interface in the form of a dashboard, allowing users to add applications and their associated information.

Install project

  1. Clone project
git clone git@github.com:c-costin/project-mail-service.git
  1. Change directory to project-mail-service folder
cd project-mail-service
  1. Containers startup
docker compose up -d
  1. Open the project in your browser

    http://localhost:8000

FR

Description

Cette application est conçue pour faciliter l'envoi d'e-mails à partir d'autres applications. À cet effet, l'application sera divisée en deux parties. La première sera une API chargée de recevoir les informations nécessaires à l'envoi du courrier électronique. La seconde sera une interface sous forme de tableau de bord permettant d'ajouter des applications et leurs informations associées.

Installation du projet

  1. Clonez le projet
git clone git@github.com:c-costin/project-mail-service.git
  1. Allez dans le dossier project-mail-service
cd project-mail-service
  1. Lancez les conteneurs
docker compose up -d
  1. Ouvrez le projet dans votre navigateur

    http://localhost:8000