Skip to content

ipiyer/expressjs-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJS 3.x Boilerplate

This is a boiler plate which helps to you to layout your code base.

app.js

Apps: Evey folder is considered as a app, which is resuable. I can just copy my app to any project and it should just work.

-- INSTALLED_APPS

   Adding every app is all about copying it to the PROJECT_ROOT and adding it to the INSTALLED_APPS array.

Conf/

-- settings.js

    It adds environemnt related settings.

hello

-- hello is a sample applicaiton.

urls.js

  -- Its a dispatcher which maps the uri to a specific function.

views.js

  -- View has the dispather function.

Installation

$ npm install

About

ExpressJS boilerplate, expressjs MVC, expressjs layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published