/chefsgrub

Primary LanguageCSSMIT LicenseMIT

Backend-Chef

Setup

Create a postgres DB with the following username and password: (strtpadmin, strtpadmin)

  1. Create virtual environment:
virtualenv venv
  1. Install requirements:
pip install -r requirements.txt
  1. Activate virutal environment:
source venv/bin/activate
  1. Create DB:
python3 manage.py makemigrations vendor core cart product order
python3 manage.py migrate
  1. Run migrations:
python3 manage.py makemigrations 
python3 manage.py migrate
  1. Run server:
python3 manage.py runserver

Development

For development, git-flow workflow is used

Resources

interiorshop

This repository is a part of a video tutorial on my YouTube channel: Code With Stein

YouTube

YouTube playlist

Website

Code With Stein - Website