Coder Social home page Coder Social logo

appception's Introduction

Appception

Appception is a web app generator. It allows you to forget about complicated setup and start coding your web app now.

Starting a new application, juggling web, terminal, and text interfaces, is confusing and tedious and frustrating. Appception replaces that experience with a turnkey solution that creates a working, deployed app from nothing fast.

Really fast.

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

If you want to use Appception, we recommend you check out the Appception website. You'll need a GitHub account to log in.

Once you log in, you'll see a list of your current GitHub projects. You can select a project/branch or create a new project using one of our generators.

Either way, you're going to end up the file editor! From there just make changes, save, and commit. Easy!

Oh! Did we mention that your project will be automatically deployed on GitHub or Heroku?!

Requirements

  • Node 0.10.x
  • Bower 1.3.x

All other dependencies are installed with npm, bower, or grunt.

Development

We're honored you'd like to help! Please check out Contributing.

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap on waffle.io.

Team

  • Wai-Yin Kwan: Scrum Master
  • Aaron Melocik: Development
  • Kelly Walker: Product Owner

Contributing

See CONTRIBUTING.md for contribution guidelines.

appception's People

Contributors

kwalker3690 avatar sterlingvix avatar wykhuh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

appception's Issues

SECURITY: users can access server files

Need to lock out access to server files with authentication. From https://www.npmjs.org/package/brackets:

"Security Considerations

Authentication and authorization are outside the scope of this module. They should be done by other modules, configured to intercept the request prior to Node-Brackets.

Since Node-Brackets exposes server files for modification over HTTP/HTTPS, it is absolutely critical to properly protect your network or file system. It is strongly recommended not to use this module on production sites, unless you truly understand the security of your system."

JavaScript or CoffeeScript?

I was trying to start the server, and I got a coffee-script error, which reminded me: any interest in using coffee script?

QUESTION: Where should files be stored for editing?

Knowing how we plan to store files is necessary for the new shell and also for later optimization. Possible options include:

Remote: our DB,
Remote: direct from GH,
Local: file system (probably not possible),
Chrome: Application Cache,
Chrome: Session Storage,
Chrome: Local Storage,
Chrome: IndexedDB?,
Chrome: Web SQL?

Add more as we get more ideas

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.