This Repository contains React Mini Projects that done during internship week 2.
Client: NodeJS , MongoDB, HTML, CSS, Bootstrap
This is NewsLetter Subscribe site created using NodeJS and MongoDB in that user enter email and name and it will be stored in MongoDB database and that user will be subscribed for newsletter.
Clone the project
git clone https://github.com/Umang-Bariya/NodeJs-Mini-Project.gitGo to the project directory
cd NodeJs-Mini-ProjectInstall dependencies
npm installStart the server
node app.jsNow User's Email and Name will be saved in MongoDB database

