An app to keep track of your inventory of items (food, meds, electornics).
-
install dependencies:
npm installoryarn -
Create `.env with you values
-
Run the postgres db / adminer:
docker-compose up -
Migrate the database:
npm run migrate -
If needed to rollback:
npm run rollback -
Adminer will be running at http://localhost:8090