# node-express-mongoose **Repository Path**: mirrors_developit/node-express-mongoose ## Basic Information - **Project Name**: node-express-mongoose - **Description**: A boilerplate application for building web apps using express, mongoose and passport. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Node Express Mongoose A boilerplate application for building web apps using express, mongoose and passport. Read the [wiki](https://github.com/madhums/node-express-mongoose/wiki) to understand how the application is structured. ## Usage Clone this repository $ npm install $ npm start Add routes (`config/routes.js`), create models (`app/models/`), views (`app/views/`) and controllers (`app/controllers/`). Checkout the [apps that are built using this approach](https://github.com/madhums/node-express-mongoose/wiki/Apps-built-using-this-approach) ## License MIT