Skip to content

bwreid/generator-node-express-mvc

Repository files navigation

generator-node-express-mvc NPM version Dependency Status

Node/Express application with an MVC architecture

Installation

First, install Yeoman and generator-node-express-mvc using npm (we assume you have pre-installed node.js).

To use any of the database features, you'll want PostgreSQL installed. We'd recommend installing with Homebrew if you're on a Mac.

npm install -g yo
npm install -g generator-node-express-mvc

Then generate your new project:

yo node-express-mvc

Follow the instructions at the end to setup your database and start the dev server.

createdb [YOUR DB NAME]_dev
npm run setup
npm run dev

Tools & Libraries

License

MIT © Wes Reid

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published