Skip to content

Mail sending app build with (Docker + Laravel 8 + Nuxt2 + Redis + MariaDB + Nginx + Mailhog)

Notifications You must be signed in to change notification settings

ossipov/minisend

Repository files navigation

💌 miniSend

Mail sending app based on Laravel v8 & Nuxt v2.

Requirements

  • Docker
  • Coffee
  • Good mood

What's inside?

Starting the app

# Clone the repo
git clone https://github.com/ossipov/minisend 
cd minisend
chmod +x run

App will try to run on port :80 Please stop any service that is occupying that port before build.

# Getting dependencies and spinning up the project for the first time
./run build

# Turning on queue worker daemon to process mails
./run art queue:work

UI Available at http://127.0.0.1

Upgrading the app

If you are upgrading from a previous version

git pull
chmod +x run
./run rebuild

Stopping and running server

# Shutting down all services
./run down

# Bringing services up
./run up

API Tests

When app is running you can test it with

./run test

About

Mail sending app build with (Docker + Laravel 8 + Nuxt2 + Redis + MariaDB + Nginx + Mailhog)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published