Self-hosted inventory tracker
Go to file
2022-11-03 12:26:45 -04:00
assets/styles Added a basic item add page/route 2022-11-02 13:45:40 -04:00
config Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage 2022-11-02 14:03:20 -04:00
data Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage 2022-11-02 14:03:20 -04:00
src Added some more fields to track for inventory; fixed routing issues with the /item/:id route 2022-11-03 12:26:45 -04:00
views Added some more fields to track for inventory; fixed routing issues with the /item/:id route 2022-11-03 12:26:45 -04:00
.gitignore Updated git ignore to exclude files under data/ 2022-11-02 14:03:52 -04:00
gulpfile.js Added Gulp.js for compiling SCSS stylesheets 2022-11-01 18:49:18 -04:00
index.js Added some more fields to track for inventory; fixed routing issues with the /item/:id route 2022-11-03 12:26:45 -04:00
LICENSE Migrating to express.js project 2022-11-01 22:00:38 -04:00
package-lock.json Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage 2022-11-02 14:03:20 -04:00
package.json Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage 2022-11-02 14:03:20 -04:00
README.md Initial commit 2022-11-01 16:48:42 -04:00

overseer

Self-hosted inventory tracker