Skip to content

An ecommerce project for selling surface patterns.

Notifications You must be signed in to change notification settings

rahulgpt/patterns

Repository files navigation

Patterns

An ecommerce project made from scratch for selling surface patterns.

ss1

ss2

Quickstart

Create a virtual environment

Example using virtualenv

Create the env

virtualenv env

Activate the env

Windows

env\scripts\activate

Unix

source env/bin/activate

Install packages

pip install -r requirements.txt

Migrate Schema

python manage.py makemigrations && python manage.py migrate

Build Frontend

cd frontend && npm run build

Start Dev Server

python manage.py runserver

About

An ecommerce project for selling surface patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published