###NodeBB: BBS in Node.js
A lightweight forum software written in Node.js, using Express & mongoDB.
Here is a simple 'empty' Express framework, with some introduction:
- lang: language pack
- public:
- avatar: user avatars
- bootstrap: theme
bootstrapcss/img/js contents - routes: site routes
- views:
- bootstrap: theme
bootstrappage index ejs files - app.js: main app file, include module dependencies & Express settings
- config.js: site settings & database settings
- routes.js: main routes file
- package.json: Node.js app dependencies, using
npm installto meet these dependencies - LICENSE: GPLv3 License
- README.md: This README file
This is a new project just started, ideas, pull requests & colaboration requests are all welcome.