Skip to content

MerreM/weakbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weakbox

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.

Installation

  • Create a new virtual env

python3 -m venv venv

  • Install requirements

pip install -r requirements

  • Migrate

./manage.py migrate

Run

manage.py runserver

Tests

manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages