This is a registartion form created with the help of html, css, Node.js, Mongodb which basically stores the information of the user in the mongodb as the users click on the register button.
- Node.js installed on your machine
- Clone the repository:
git clone https://github.com/vinitk09/Bharat_Intern.git
- Enter inside the Directory :
cd .\Bharat_Intern\Registration_Form
- Install dependencies:
npm install node
- Run the application:
npm start
This project is a blog website created using HTML, CSS, Node.js, and Express.js. It allows users to view, create, edit, and delete blog posts.
- Node.js installed on your machine
- Clone the repository:
git clone https://github.com/vinitk09/Bharat_Intern.git
- Enter inside the Directory :
cd .\Bharat_Intern\Blog
- Install dependencies:
npm install node
- Run the application:
npm start