alexdeathway / Gecom

A website built on Django that serves as a marketplace for cloud gaming and custom server hosting from multiple vendors and publishers.
https://gecom.alexdeathway.me
26 stars 8 forks source link
components django games hacktoberfest2024 hactoberfest hactoberfest-accepted marketplace tailwindcss

Client-Gecom

logo [![Unit Tests](https://github.com/alexdeathway/gecom/actions/workflows/test.yaml/badge.svg)](https://github.com/alexdeathway/gecom/actions/workflows/test.yaml) [![Build](https://github.com/alexdeathway/gecom/actions/workflows/deploy.yaml/badge.svg)](https://github.com/alexdeathway/gecom/actions/workflows/deploy.yaml) [![issues](https://img.shields.io/github/issues/alexdeathway/gecom)](https://github.com/alexdeathway/gecom/issues)

Gecom is Games and PC component Concept store.

Resources

Screenshots

Home Page Section Gecom Screenshot

Home Page Section Gecom Screenshot

Login Page Gecom Screenshot


Bring Site up [local host]

  1. Create .env file(use template.env for refrence).

  2. Start Docker

sudo docker-compose build

sudo docker-compose up

Quick development Guide

  1. Create virtual environment

virtualenv < virtual environment name>

  1. Install required packages

pip install -r requirements.txt

  1. Read the project overview for app & structure understanding.
  2. Create .env file in project root dir and fill/copy content from template.env.

5.Load development Database

python manage.py loaddata db.json

  1. Choose issue/task to work from quests or work on own feature.