Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatlogic/angular-dashboard-seed
Angular dashboard sample application with nodejs REST backend integration
https://github.com/flatlogic/angular-dashboard-seed
Last synced: 3 months ago
JSON representation
Angular dashboard sample application with nodejs REST backend integration
- Host: GitHub
- URL: https://github.com/flatlogic/angular-dashboard-seed
- Owner: flatlogic
- License: mit
- Created: 2015-01-23T09:56:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T13:48:00.000Z (over 7 years ago)
- Last Synced: 2024-07-16T05:39:19.140Z (4 months ago)
- Language: JavaScript
- Homepage: http://angular-dashboard-seed.flatlogic.com/
- Size: 885 KB
- Stars: 194
- Watchers: 28
- Forks: 102
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-dashboard-seed
Angular dashboard sample application with nodejs REST backend integration built using latest angular best practices.This seed is a sort of free version of a template that may be found [here](http://bootstrapbay.com/) or [here](http://themeforest.net/category/site-templates/admin-templates) with **working backend integration**.
You may use it to bootstrap the development of your next web app. Ok, so basically, this project is a hack ;)Check out the [Live Demo](http://angular-dashboard-seed.flatlogic.com). Use following credentials: user1/user1pass.
## Features
* AngularJS
* Angular UI Router
* Bootstrap3
* Nodejs backend inegration
* Sass styles
* Gulp build
* Stylish, clean, responsive layout
* Lots of utility css classes for rapid development (flatlogic css set)
* Authentication and authorization
* CRUD operations examples
* Browsersync for the ease of development
* Toastr notifications## Setup
### Required tools
* [Node and npm](http://nodejs.org)
* [Bower](http://bower.io)
* [Gulp](http://gulpjs.com)
* [Ruby Sass] (http://sass-lang.com/install)### Installation
0. Clone project `git clone https://github.com/flatlogic/angular-dashboard-seed.git`
1. Install node and bower dependencies: `npm install`
2. Run the application: `gulp serve`
3. go to [http://localhost:3000](http://localhost:3000)
4. Enter username: user1, password: user1pass## Project structure
Project structure based on [this yeoman generator](https://github.com/Swiip/generator-gulp-angular). If you have any questions about the build or project structure please check out their documentation.## Support
For any additional information please refer to [Flatlogic homepage](http://flatlogic.com).## Community
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20NodeJS,%20Angular%20and%20Bootstrap!&url=https://github.com/flatlogic/angular-dashboard-seed&via=flatlogicinc) to support revolution in classic paid templates market.
- Follow [@flatlogicinc on Twitter](https://twitter.com/flatlogicinc).
- Subscribe to Flatlogic newsletter at [flatlogic.com](http://flatlogic.com/)
- Let's discuss: [![Join the chat at https://gitter.im/flatlogic/angular-dashboard-seed](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/flatlogic/angular-dashboard-seed)## License
[MIT](https://github.com/flatlogic/angular-dashboard-seed/blob/master/LICENSE), hell yeah.