Home

Awesome

Fulfill

You probably have thousands of ideas, but lack of time for realizing all of them. The big problem is, Infrastructure will surely takes a lot of time and energy, it turns out you can't focus on the most important thing during development.

Fulfill is a web service template, based on Node.js, frex.js and Semantic UI. It has already done most of infrastructure things what web service should have. With ready-made framework developer can realize own online service efficiently.

Technologies

Dependencies

Usage

  1. You can just clone or fork fulfill repository directly, then doing your job on it:

    git clone https://github.com/cfsghost/fulfill.git
    
  2. Changing the working directory into:

    cd fulfill
    
  3. Making a copy of example of configuration file and modify it for youself:

    cp configs/app.json.example configs/app.json
    
  4. Installing dependencies:

    npm install .
    
  5. Using Grunt to initialize and minify JavaScript and CSS files:

    grunt build
    
  6. Running your web service in debug mode immediately:

    grunt debug
    

Settings

All configurations are written in JSON format, it can be found in configs directory. you can just modify all of them for your web service.

configs/app.json


You can configure fulfill with the following options:

License

Licensed under the MIT License

Authors

Copyright(c) 2013 Fred Chien <fred@mandice.com>