A web app for remembering where you put the important stuff.
The app was made with React and Bootstrap in the frontend, and Django for the backend with an SQLite database. The app also makes use of Docker to make deployment easier/to make it easier for you to run it on your machine!
Vault allows users to add, edit, and delete the items in their 'vault' - aka the items they want to track.
Users can search for items based on both the names of the items as well as where they are stored - i.e, searching 'bed' will show you all the items situated around your bed.
Users must create an account and all info is saved to an SQLite database in the backend.
- Clone the repository locally with git clone
- Make sure docker is installed (see here)
- Navigate to the repository (cd /your_path/vault)
- Run 'docker-compose up' and check out the app at http://localhost:3000/!
MIT





