Skip to content

Progesh/node-mongo-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Starter Template with Express, MongoDB, and Jade

A simple Node.js application structure using Node.js, Express, MongoDB, and Jade.

Introduction

This project demonstrates a basic file structure for a Node.js application that uses:

Node.js: JavaScript runtime. Express: Web application framework. MongoDB: NoSQL database. Jade (now Pug): Templating engine.

Features

  • A structured and modular setup for Node.js applications.
  • Integration with MongoDB for database operations.
  • Jade templating for rendering dynamic HTML pages.

Installation

To get started, clone the repository and install the required dependencies:

git clone https://github.com/Progesh/node-mongo-jade.git
cd node-mongo-jade
npm install

File Structure

Here’s an overview of the file structure used in this project:

node-mongo-jade/
├── routes/
│   ├── index.js         # Route handlers
├── views/
│   ├── layout.jade      # Base layout file
│   ├── index.jade       # Main page template
├── public/
│   ├── stylesheets/
│       ├── style.css   # CSS files
├── app.js               # Main application file
├── package.json         # Project metadata and dependencies

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create an issue or submit a pull request.

About

Simple nodejs file structure using nodejs, express, mongodb, jade

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published