Gecom
Gecom copied to clipboard
A website built on Django that serves as a marketplace for cloud gaming and custom server hosting from multiple vendors and publishers.
Client-Gecom
Gecom is Games and PC component Concept store.
Resources
Screenshots
Home Page Section
Home Page Section
Login Page
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.