Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T23:08:34.000Z (about 1 year ago)
- Last Synced: 2023-10-30T00:24:32.367Z (about 1 year 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.07 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.