Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.