GithubHelp home page GithubHelp logo

dotfreelance / angular-drywall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arthurkao/angular-drywall

0.0 2.0 0.0 37.75 MB

A MEAN stack User Management web app

Home Page: http://arthurkao.github.io/angular-drywall

License: MIT License

JavaScript 76.86% HTML 21.86% CSS 1.28%

angular-drywall's Introduction

Build Status

A website and user system, implemented with MongoDB, Express, AngularJS and Node.js, a.k.a MEAN stack. Inspired by and forked from Drywall.

Features

  • Versatility because you can
    • Hack your next awesome MEAN stack web app on top of Angular-Drywall, or
    • Use only the client as a non-trivial AngularJS project starter, or
    • Use only the sever as a pure User Management JSON API server.
  • Stand alone RESTful API service capable of serving any http clients, including iOS and Android app.
  • Social Login enabled currently for Facebook and Google.
  • Fully functional user life cycle management.
  • Admin panel provides full CRUD UI on all database entity.
  • Responsive web design supports Mobile-First Development.

Technology

Angular-Drywall's backend is pure Node.js RESTful API Server that renders no html pages . Front-end is built with AngularJS, Bootstrap and SASS. Grunt manages various development, testing and production build tasks.

On The Server On The Client Development
Express AngularJS Grunt
Mongo/Mongoose Bootstrap Npm
Passport SASS Bower
EmailJS Font-Awesome Karma
Moment.js

Live demo

http://angular-drywall.arthurkao.io Hosted on AWS

Requirements

Have these packages installed and running on your system.

We use bcrypt for hashing secrets. If you have issues during installation related to bcrypt then refer to this wiki page.

Installation

$ git clone https://github.com/arthurkao/angular-drywall.git && cd ./angular-drywall
$ npm install
$ cd client && bower install && cd ..

Setup

Interactively setup basic website and necessary database configurations.

$ node init.js

Alternatively, modify config.example.js and initialize database manually. Not recommended.

$ cp ./config.example.js ./config.js
$ vi config.js  #set mongodb and email credentials
$ mongo # use mongo shell to insert required documents. Refer to ./init.js for the list of docs

Running the app

$ grunt

# > grunt

# Running "clean:src" (clean) task
# ...

# Running "concurrent:dev" (concurrent) task
# Running "watch" task
# Running "nodemon:dev" (nodemon) task
# Waiting...
# [nodemon] v1.2.1
# [nodemon] to restart at any time, enter `rs`
# [nodemon] watching: *.*
# [nodemon] starting `node app.js`

Now Angular-Drywall should be up and running at http://localhost:3000.

Login. Customize. Enjoy.

Philosophy

  • MEAN stack web app starter with user management up and running in 5 minutes.
  • Carefully built on top of latest state-of-the-art javascript technologies.
  • RESTful API service that easily serves non-browser (iOS, Android, among others) clients.
  • Single page web application.

Questions and contributing

Any issues or questions (no matter how basic), open an issue. Please take the initiative to include basic debugging information like operating system and relevant version details such as:

$ npm version

#{ 'angular-drywall': '0.1.1,
#  http_parser: '1.0',
#  node: '0.10.29',
#  v8: '3.14.5.9',
#  ares: '1.9.0-DEV',
#  uv: '0.10.27',
#  zlib: '1.2.3',
#  modules: '11',
#  openssl: '1.0.1h',
#  npm: '2.1.7' }

Contributions are welcome.

Troubleshooting

Some issues have cropped up on OS X that result in linker errors ( from dyld ) and some bcrypt errors. All of the errors should be resolvable by simply npm install <trouble node_module>.

License

MIT

angular-drywall's People

Contributors

arthurkao avatar coryarmbrecht avatar danielktaylor avatar iamthechad avatar jedireza avatar kahlkevin avatar moklick avatar sahat avatar titaniumlou avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.