Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/mean-cms
Web Content management system which created with MEAN web stack technologies.
https://github.com/morzhanov/mean-cms
angularjs bootstrap expressjs nodejs webpack
Last synced: 5 days ago
JSON representation
Web Content management system which created with MEAN web stack technologies.
- Host: GitHub
- URL: https://github.com/morzhanov/mean-cms
- Owner: morzhanov
- License: mit
- Created: 2016-04-12T17:29:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:19:49.000Z (over 6 years ago)
- Last Synced: 2024-11-08T00:52:36.815Z (about 2 months ago)
- Topics: angularjs, bootstrap, expressjs, nodejs, webpack
- Language: JavaScript
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEAN CMS
Web Content management system which created with MEAN web stack technologies. Old project based on Angular 1.6. Requires to be updated.
## Installation
Use these steps to install project
* npm i
* watch: npm run watch
* build production: npm run build
* serve build: npm start## Usage
In this app you can:
1. Authenticate and save users.
2. Manage users.
3. Create and customize pages.
4. Create and customize posts.## Main Technologies
- AngularJS
- Bootstrap
- NodeJS
- ExpressJS
- PassportJS
- Webpack
- Babel
- MongoDB## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
Vlad Morzhanov
## License
#### (The MIT License)
Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.