Welcome to our full stack app vivid
. Using Django and NextJS as one cohesive application. From zero to your first PR.
docker-compose up -d db
cd backend
python3 -m venv .venv
source .venv/bin/activate
# Install and dependencies
python3 -m pip install -r requirements.txt
#Prepare your .env file for local values
cp .env.sample .env
For more instructions see backend README.md
# TODO