Skip to content

chandradipta/Registrationform_bharatintern

Repository files navigation

Registration-form-Bharat-Intern

language used

Technology for frontend

• HTML

• CSS

Technology for Backend

• NodeJS

Technology for Database

• MongoDB

FrontEnd

Registration Form and 2 more pages - Personal - Microsoft​ Edge 01-04-2024 23_51_26

Account Created - Personal - Microsoft​ Edge 17-03-2024 00_25_56

Backend

Dependence for Running the application

• nodemon 3.1.0

• body-parser 3.1.0

• Express 4.18.3

• Mongoose 8.2.1

Installation

Install my-project with npm

    npm init

To install the dependence

    npm install express mongoose body-parser express mongoose nodemon

To run the server

    node index.js

After running web application

Develop a registration form to sign up - Word 01-04-2024 23_53_26

Server runs in port number localhost:3000

It reflects listening on port 3000 then we can run our web application

Database update

• Connect to the MongoDB for connect to Database (mongodb://localhost:27017/Database)

Develop a registration form to sign up - Word 01-04-2024 23_54_49

After inserting the data in frontend page, it will store in above database file.

How it works

After starting the server, we can access the page in (https://localhost:3000). Then we will insert our registration credential in the form after submitting the form it will store the credentials in the MongoDB database(mongodb://localhost:27017/Database), Then a successful page appears.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published