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.
- 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
.
- Clone the repository:
git clone https://github.com/GouravSinghDosad/WebPage-using-Node.js-and-Express.js-framework.git
- Install dependencies:-
npm install
- Start the server:-
node index.js
For starting server i used nodemon.