Written for an interview, like a strong box, but weaker. Put things in, get things out. Security is for other people.
A django Key Value store, with users and insecure registration.
- Create a new virtual env
python3 -m venv venv
- Install requirements
pip install -r requirements
- Migrate
./manage.py migrate
manage.py runserver
manage.py test