Add basic mail library; Add docker compose

This commit is contained in:
Stefan-5422
2022-03-02 12:01:28 +01:00
parent c32fffd538
commit 7728776d35
5 changed files with 5413 additions and 4 deletions
+4
View File
@@ -1,4 +1,8 @@
import express from "express";
import dotenv from "dotenv";
dotenv.config();
const app = express();
async function main() {