Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.