https://github.com/nicolascbv/newsletter-coffee-and-news
Simple newslatter collector email template of others projects
https://github.com/nicolascbv/newsletter-coffee-and-news
babel css express expressjs html javascript javascript-vanilla newsletter newsletter-signup supabase template typescript webpack
Last synced: 3 months ago
JSON representation
Simple newslatter collector email template of others projects
- Host: GitHub
- URL: https://github.com/nicolascbv/newsletter-coffee-and-news
- Owner: NicolasCBV
- Created: 2023-08-06T06:34:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T05:41:02.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:29:44.378Z (5 months ago)
- Topics: babel, css, express, expressjs, html, javascript, javascript-vanilla, newsletter, newsletter-signup, supabase, template, typescript, webpack
- Language: TypeScript
- Homepage: https://newsletter-coffee-and-news.onrender.com/
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WELCOME
## ABOUT
This is a simple project made to be a template for anothers, it consists of one page that are used to get new listeners in one newsletter.### MAIN DEPENDENCIES
1. Supabase: to storage all data;
2. Express: as a backend server;
3. Webpack: used only on production environment.## USAGE
Start server running ```yarn dev``` or ```npm run dev``` and access http://localhost:3030/. The unique route available is /send-email that accepts POST method, just insert some email on the JSON body.