Git Product home page Git Product logo

skills-api's Introduction

Skills API

Microservice for handling skills as an entity for other applications. You can add, remove and list skills. The service is deployable to Docker Cloud. Written with usage of PHP7, Symfony 3 and MongoDB.

Deploy to Docker Cloud

Build Status

Requirements

Docker Toolbox (For OS X) or Docker with docker-compose on Linux

Running

install dependencies:

docker-compose run web bash
composer install -n

To run locally

docker-compose up -d

Edit your /etc/hosts (Default docker-machine ip is 192.168.99.100 - please change if you have a different setup)

192.168.99.100 skills.dev

Skills documentation api should be available at http://skills.dev/api/doc

Available Endpoints

  • [GET] /api/v1/skills
  • [POST] /api/v1/skills
  • [DELETE] /api/v1/skills/:skillId

Testing

docker-compose run web bin/phpspec run

skills-api's People

Contributors

karolsojko avatar alcaeus avatar jacekelgda avatar

Stargazers

Shady Sharaf avatar Ardi avatar Gianluca Esposito avatar Jakub Zalas avatar

Watchers

 avatar James Cloos avatar Ardi avatar

skills-api's Issues

Add authorId to resources

Author Id is required to filter resources by author ( only author is allowed to remove a resource from skill)

Skills dev giving 404 not found

I ran through the installation process and all seemed to go smoothly, however I get the following on visiting http://skills.dev/

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<error code="404" message="Not Found"/>

The documentation works @ http://skills.dev/api/doc but that's all I can see working at the moment on my setup.

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.