An open API service indexing awesome lists of open source software.

https://github.com/xi/rebelstuff

Keep track of your stuff
https://github.com/xi/rebelstuff

django inventory-management

Last synced: 3 months ago
JSON representation

Keep track of your stuff

Awesome Lists containing this project

README

          

# RebelStuff - Keep track of your stuff

It's hard to keep track of your stuff.
Especially if you have a lot of it.
Even more so if you tend to lend it to other people.

RebelStuff allows you to keep track of …

- your stuff
- who you lent it to
- when it should be returned
- what is still available

## Quickstart

```
sudo apt install python3 python3-pip gettext
make
```

Simple as that.

This will also create three users: "admin", "stuffer", and "booker". All with
password "password".

## Deployment

This is a django project, so you should consult the [django
docs](https://docs.djangoproject.com/en/stable/howto/deployment/).