git clone https://github.com/scalereal/django-code-vault.git
pip install pipenv
pipenv shell
pipenv install
CREATE DATABASE django_code_vault;
Create a .env file by copying the .env.example file.
After copying the contents, edit the SECRET_KEY with your respective secret key.
In DATABASE_URL, replace your_database_user and your_database_password with your respective Database User and Password.
python manage.py runserver