Skip to content

Latest commit

 

History

History
63 lines (30 loc) · 917 Bytes

File metadata and controls

63 lines (30 loc) · 917 Bytes

NodeJs-Mini-Project

This Repository contains React Mini Projects that done during internship week 2.

Tech Stack

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.

Run Locally

Clone the project

  git clone https://github.com/Umang-Bariya/NodeJs-Mini-Project.git

Go to the project directory

  cd NodeJs-Mini-Project

Install dependencies

  npm install

Start the server

  node app.js

Screenshots

Home Page

App ScreenShot

After Sucessfully Subscribing Email

App Screenshot

Now User's Email and Name will be saved in MongoDB database