Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
/ TopShelf Public archive

*No Longer Maintained* CMS built with Angular for managing Top Shelf, a World of Warcraft guild's website. Powered with Mongo, Express, Angular, Node and Gulp.

License

Notifications You must be signed in to change notification settings

strues/TopShelf

Repository files navigation

Built with Alt Text by @itsSoop

Contents

  • What Is It?
  • How Do I Use It?
  • Software Stack
  • Features
  • Gulp Tasks
  • Provided Libraries
  • Todo

What Is It?

A CMS inspired, web application and Gulp workflow for guild management, specifically Top Shelf.

How Do I Use It?

The current version is still under heavy development -- Use at your own risk

Most things are indeed functioning (some very well) however, there are changes happening all the time.

git clone git@github.com:strues/topshelf.git

Then

npm install && bower install

Software Stack

  • All the JavaScript (MEAN)
  • Sass(SCSS)
  • Gulp
  • Angular 1.3.15
  • Mongoose (MongoDB)
  • Node (Express)

Features

  • SCSS
  • Angular annotations
  • Livereloading w/ BrowserSync and Nodemon
  • Fully working Express server
  • Swag and lots of it

A look inside the core component in src/client/app/core

core
├── core.module.js          - Routes
├── directives              - Appwide directives
├── services                - Services for the entire app
├── filters                 - Filters for the entire app
├── core-home                  - your states  (home)

Inside of the api atserver/api

users
├── index.js                - Routes
├── user.controller.js      - Controller for the users endpoint
├── user.model.js           - Mongoose model

Gulp Tasks

| Tasks | Are | | ------------- |:-------------:| -----:| | apidoc | Generates api documentation | | clean | Deletes the tmp, build, and doc folders (together or individually). | | control | Holds the build, vet and help tasks | | e2e | End to end testing | | fonts | Copies the fonts to build | | images | Creates spritesheets and compresses images | | inject | Injects the bower files and project files into the index | | optimize | Annotates, uglifies, concats and other prep for building | | partials | Creates a templatecache for Angular | | sass | Compiles SCSS files into CSS | | serve | Starts the Express server using Nodemon and launches BrowserSync | | todo | Generates TODO documentation | | unit | Performs unit testing | | watch | Watches your files for changes |

Provided Libraries:

Todo

About

*No Longer Maintained* CMS built with Angular for managing Top Shelf, a World of Warcraft guild's website. Powered with Mongo, Express, Angular, Node and Gulp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published