benoitbryon / minventory

Prototype of RESTful IT management service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minventory

minventory provides RESTful IT management service.

Basically, it consists in:

  • an API, i.e. a server-side application that holds data about machines and IP addresses;
  • an UI, i.e. a client-side application that displays data using server's API.

Running the demo

  • Get the code: git clone git@github.com:benoitbryon/minventory.git && cd minventory/
  • Run API: make api (virtualenv and Python2 recommended)

Optionally, you can load demo data with make loaddata.

Note

At this stage, UI hardcodes API's endpoint, i.e. localhost:8000.

Inspect the service:

Status

minventory is at early prototype stage!

Primary goal is to meet expectations of project's initial users, so that they can easily import existing data, review the advantages of a RESTful API, then prioritize their needs before further development.

Ressources

About

Prototype of RESTful IT management service.

License:Other


Languages

Language:Python 74.6%Language:HTML 19.6%Language:Makefile 5.8%