Skip to content

GouravSinghDosad/WebPage-using-Node.js-and-Express.js-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebPage using Node.js and Express.js Framework

This is a simple webpage project using Node.js and Express.js with EJS as the template engine. The project serves static files and renders dynamic pages using routes.

Features:

  • Serves static files (CSS, Images, JS) from the public folder.
  • Uses EJS for dynamic HTML rendering.
  • Implements dynamic routing (e.g., /profile/:username).
  • Supports form data handling using express.urlencoded.

Project Screenshot

Screenshot (1174)

How to Run Locally

  1. Clone the repository:
    git clone https://github.com/GouravSinghDosad/WebPage-using-Node.js-and-Express.js-framework.git
    
  2. Install dependencies:-
    npm install
    
  3. Start the server:-
    node index.js
    

For starting server i used nodemon.