https://github.com/onecommons/base-example
example app using onecommons/base
https://github.com/onecommons/base-example
Last synced: 8 months ago
JSON representation
example app using onecommons/base
- Host: GitHub
- URL: https://github.com/onecommons/base-example
- Owner: onecommons
- License: mit
- Created: 2014-06-18T15:33:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T23:02:38.000Z (almost 9 years ago)
- Last Synced: 2025-08-23T04:29:47.189Z (10 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base-example
============
This is an example web app extending Onecommons Base.
Content in the following folders will overlay the corresponding folders in Base
providing an inheritance mechanism for the core components of an MVC web app:
`views`: (templates)
`public`: (static files)
`models`: (db schemas) Your app need to explicitly extend Base's models.
`routes`: (express routes)
`config`: (configuration files) Merges configuration from Base's config.