All Projects → moove-it → angus

moove-it / angus

Licence: MIT license
Simple and powerful Rest Service Framework

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to angus

Q Municate Services Ios
Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications
Stars: ✭ 30 (+130.77%)
Mutual labels:  services
Serverless Monorepo App
Serverless Monorepo App
Stars: ✭ 136 (+946.15%)
Mutual labels:  services
Haven Platform
Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.
Stars: ✭ 223 (+1615.38%)
Mutual labels:  services
Systemd
The systemd System and Service Manager
Stars: ✭ 8,841 (+67907.69%)
Mutual labels:  services
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+12638.46%)
Mutual labels:  services
Mode
Python AsyncIO Services
Stars: ✭ 204 (+1469.23%)
Mutual labels:  services
M2x Python
AT&T M2X Python Library
Stars: ✭ 25 (+92.31%)
Mutual labels:  services
dictionary-renderer-toolkit
The Dictionary Renderer Toolkit provides documentation and tools for the creation of custom dictionary styles for use with the dictionary renderer.
Stars: ✭ 18 (+38.46%)
Mutual labels:  services
Intelspy
Perform automated network reconnaissance scans
Stars: ✭ 134 (+930.77%)
Mutual labels:  services
Storaji
📒 The light/responsive inventory management system available on Windows, macOS and Linux.
Stars: ✭ 222 (+1607.69%)
Mutual labels:  services
Complex Redux Project Architecture
Redux architecture extended with a layer of services.
Stars: ✭ 53 (+307.69%)
Mutual labels:  services
Pysoa
A Python library for writing (micro)services and their clients
Stars: ✭ 74 (+469.23%)
Mutual labels:  services
Services
A nifty service layer for your Rails app
Stars: ✭ 212 (+1530.77%)
Mutual labels:  services
Angular Interview Questions
A list of helpful Angular interview questions you can use to interview potential candidates, test yourself or completely ignore.
Stars: ✭ 967 (+7338.46%)
Mutual labels:  services
Awesome Ad Free
Curated list of ad-free alternatives to popular services on the web
Stars: ✭ 235 (+1707.69%)
Mutual labels:  services
Cookbook
🎶 Cookbook for Nette Framework (@nette) & Contributte (@contributte). Read it while its HOT!
Stars: ✭ 30 (+130.77%)
Mutual labels:  services
Ioc
🦄 lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript
Stars: ✭ 171 (+1215.38%)
Mutual labels:  services
SampleMusicPlayer
Simple music player
Stars: ✭ 59 (+353.85%)
Mutual labels:  services
acfs
API client for services
Stars: ✭ 13 (+0%)
Mutual labels:  services
Express Starter
It's a hackathon-starter fork, but designed to use PostgreSQL by default (or MySQL)
Stars: ✭ 215 (+1553.85%)
Mutual labels:  services

angus logo

What is Angus?

Angus is a REST-like API framework which fits perfectly with Ruby. It is based on rack, so it can be used to complement an existing app or as standalone service to easily develop RESTful APIs. It is a lightweight framework, with special focus on simplicity. Angus is an excellent option for creating REST-like APIs

Status

BuildStatus Gem Version

Angus is production-ready, but still under development. We are working hard to keep bringing new features and fixing any bug that may appear.

Getting Started

  1. Install Angus if you haven't yet:

     gem install angus
    
  2. At the command prompt, create a new Angus service:

     angus new myapp
    

    where "myapp" is the application name.

  3. Change directory to myapp, run bundle and start the web server:

     cd myapp
     bundle
     angus server
    
  4. Using a browser, go to http://localhost:8080

Usage

You can see our wiki to get information on how to use angus: [Angus Wiki] (https://github.com/moove-it/angus/wiki)

Useful links

Contributing to Angus

We encourage you to submit pull requests, propose features and discuss issues. Just fork the repository on your GitHub account, and code what you want!

License

MIT License. See [LICENSE] (https://github.com/moove-it/angus/blob/master/LICENSE.txt) for details.

Copyright

Copyright (c) 2010-2014 Moove-it

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].