Skip to content

Latest commit

 

History

History

readme.md

Inventory app

An app to keep track of your inventory of items (food, meds, electornics).

Backend Setup

  • install dependencies: npm install or yarn

  • 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