Giter Club home page Giter Club logo

angelspots's Introduction

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

  • Node.js
  • MongoDB
  • Semantic UI - Front-end UI toolkit
  • Cookie-based session of express

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. Running your web service immediately:

    node app.js
    

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:

  • service_name - Web service name
  • server_host - Domain name of service
  • port - Port number
  • secret_key - Secret key for session
  • mailer - Group of Settings for mailing
    • type - Type of server, current support SMTP protocol only
    • host - Host of server
    • port - Port number of server
    • ssl - Whether does it make secure connection or not
    • auth - Authorization information for sending e-mail
      • user - Valid Username
      • password - Valid Password
    • from - Sender information
      • name - Display name of sender
      • address - e-mail address of sender
  • database - Group of database settings
    • type - Type of database, it supports MongoDB only
    • host - Host of server
    • port - Port number of server
    • dbName - Specific database name

License

Licensed under the MIT License

Authors

Copyright(c) 2013 Fred Chien <[email protected]>

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.