Gecom is Games and PC component Concept store.
Resources
Bring Site up [local host]
-
Create .env file(use template.env for refrence).
-
Start Docker
sudo docker-compose build
sudo docker-compose up
Quick development Guide
- Create virtual environment
virtualenv < virtual environment name>
- Install required packages
pip install -r requirements.txt
- Read the project overview for app & structure understanding.
- Create .env file in project root dir and fill/copy content from template.env.
5.Load development Database
python manage.py loaddata db.json
- Choose issue/task to work from quests or work on own feature.