8000 GitHub - x4leqxinn/mailer-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

x4leqxinn/mailer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast API Mailer backend

The project consists of a backend controller to manage email sending in Python.

Requirements

  • Python (3.11.3)
  • Docker (optional, for running in a container)

Environment variables

  • Create an environment variables file called .env and use the template.env file reference.

Installation without docker

    1. Clone the repository:
    git clone https://github.com/x4leqxinn/mailer-backend.git
    1. Go to project path:
    cd project-name-path
    1. Virtual environment:
    python -m venv venv
    source venv/bin/activate  # Linux/Mac
    venv\Scripts\activate  # Windows
    1. Install requirements:
    pip install -r docker/development/requirements.txt

Usage

    1. Run app
    python app/main.py

Usage with Docker (optional)

    1. Run docker compose:
    docker compose up --build

Server

Credits

Author: Jorge Quintui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0