Skip to content

chandradipta/BloggingSite_bharatintern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging_site_BharatIntern

Technology for frontend

• ejs

• CSS

Technology for Backend

• NodeJS

Technology for Database

• MongoDB

Frontend page

Blog Website and 1 more page - Personal - Microsoft​ Edge 03-04-2024 21_53_57

create Blog page

• create a article

click on create article the inputed create articles that store to the database

Blog Website and 1 more page - Personal - Microsoft​ Edge 03-04-2024 21_57_40

Edit article page

• In edit article user can change or modify the Blog

• After clicking on the save change update the data to the database

Blog Website and 1 more page - Personal - Microsoft​ Edge 03-04-2024 21_57_27

Backend server

Dependence for running the application

• Nodemon 3.1.0

• ejs 3.1.9

• mongoose 8.2.1

• Body-parser 3.1.0

Commands for running the web application

• To initialisation the Nodejs package

  npm init

• To install the dependencies

  npm install express mangoose body-parser ejs nodemon

• To run the server

  node server.js

edit ejs - Blog_Website-main - Visual Studio Code 03-04-2024 22_03_28

• Server start hosting the web page in local host port number (https://localhost:3000) Then in the web browser we can see the web page in given url.

Database

Connection to the MongoDB

• For connection to database (mongodb://localhost/bharatInternDatabase)

• After inserting the Blog to the frontend page, it will store the data in the bellow database file.

MongoDB Compass - localhost_27017_bharatInternDatabase articles 03-04-2024 21_59_20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published