
An inventory system that is hopefully simple enough for everyone! For setup, run a CouchDB instance and configure with the following: Set the user and password environment variables. Go to `http://$serverurl:$port/_utils/#_config/nonode@nohost/cors` and enable CORS for your domain. Go to `http://$serverurl:$port/_utils/#_config/nonode@nohost` and in the httpd section, set `WWW-Authenticate` to `administrator` Go to `http://$serverurl:$port/_utils/#_config/nonode@nohost` and set in the chttpd section `require_valid_user` to `true` Then create a database at `http://$serverurl:$port/_utils/` Finally log in to storedown with the username, password, url, port, and database.
About
StoreDown is a lightweight, self-hosted inventory management system built for simplicity and accessibility. It provides basic inventory tracking through a minimal web interface and uses CouchDB as its backend data store. The application targets individuals and small businesses th…