theupweb / idea-lab

Collaborative space for developers, designers and artists to share and work with their ideas.
MIT License
15 stars 19 forks source link

added newsletter with functionality and server #30

Closed gmnikhil closed 3 years ago

gmnikhil commented 3 years ago

Added newsletter UI and functionality.

closes: #11

Screenshot (364)

When email is submitted, a document containing field email is added to firebase collection named 'newsletters'.

Screenshot (365)

When newsletter is published, an email is sent to all the various emails in the 'newsletter' collection.

Server is set up using node.js.

Info to start server:

This server runs at port 3000.

Make sure you start server first before starting client.

Steps to Follow to correctly start Server:

What does server do?

I have written the above in a README in the server folder for future reference.

BASE_URL can be changed in the constant.js in src/constants

I am a DWOC participant.

Do assign me points.

Thanks for assigning this to me.

gmnikhil commented 3 years ago

@Priyanshu-official @JoshuaPoddoku