Skip to content

hscanlan/node_express_ejs_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple EJS Website

This is a basic Node.js and Express project that uses EJS for templating. The site includes two pages: Home and About.

Features

  • Uses Express for routing.
  • Uses EJS as a templating engine.
  • Dynamic content rendering (displays a list of cars on the home page).
  • Modular route handling with a routes.js file.

Installation

1. Clone the Repository

git clone https://github.com/hscanlan/node_express_ejs_demo
cd node_express_ejs_demo

2. Install Dependencies

npm install

Running the Project

Start the Server

node index.js

Project Structure

/demo
│── /routes
│   ├── routes.js
│── /views
│   ├── index.ejs
│   ├── about.ejs
│── index.js
│── package.json
│── README.md

Usage

Developer Info

  • Language: JavaScript (Node.js)
  • Framework: Express.js
  • View Engine: EJS
  • Maintainer: Harry Scanlan

License

This project is open-source. Feel free to modify and use it for learning purposes.

About

This is a basic Node.js and Express project that uses EJS for templating. The site includes two pages: Home and About.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors