Skip to content

martin-jamszolik/vivid-django-next

Repository files navigation

Full Stack Guide

Welcome to our full stack app vivid. Using Django and NextJS as one cohesive application. From zero to your first PR.

Database Postgres Setup

docker-compose up -d db

Django backend Setup

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

NextJS frontend Setup

# TODO

Devops (CI/CD)

README.md

About

Vivid Web App Starter using Django and NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published