https://github.com/apsdehal/bbm-cms
https://github.com/apsdehal/bbm-cms
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apsdehal/bbm-cms
- Owner: apsdehal
- Created: 2016-06-16T05:31:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T17:43:31.000Z (almost 10 years ago)
- Last Synced: 2025-06-24T06:04:27.525Z (12 months ago)
- Language: CSS
- Size: 83.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBM CMS
CMS for BBM using Metronic theme template.
- Angular.js for frontend
- Node.js + MongoDB for backend
# Installation
- First install gulp and bower
> `npm install -g bower gulp`
Run:
- `npm install`
- `cd web && bower install`
- `gulp concat` & `gulp build`
Set port number for server by:
- `export PORT portno`
Copy sample configs
- `cp web/js/sample.config.js web/js/config.js`
- `cp server/config/sample.config.js server/config/config.js`
Now edit configs accordingly, you will need to run mongodb instance for login to work until it is shifted to api
Run server by
`node server/server.js`
App will be accessible at http://localhost:portno