Skip to content

Vigo is an online marketplace for your favorite gaming products!

Notifications You must be signed in to change notification settings

ShayNotRook/Vigo

Repository files navigation

Vigo

Vigo is a web application designed to offer a wide range of gaming products, including games, gift cards, keys, and more. This project is currently in the local development phase.

Table of Contents

About

Vigo is an e-commerce platform dedicated to providing a diverse selection of gaming products. Whether you're looking for the latest game releases, gift cards, or game keys, Vigo has you covered.

Features

  • Browse a wide range of gaming products
  • Search for specific games or products
  • Add products to your cart
  • Manage user profiles
  • Secure checkout process (upcoming feature)

Technologies

  • Backend: Django (Python)
  • Frontend: HTML, CSS, JavaScript, React
  • Database: SQLite (development), PostgreSQL (planned for production)
  • Other: Font Awesome for icons

Setup

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/vigo.git
    cd vigo
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run migrations:

    python manage.py migrate
  5. Start the development server:

    python manage.py runserver
  6. Access the application: Open your web browser and go to http://localhost:8000

Usage

Running the Server

To start the development server, run:

python manage.py runserver

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository

  2. Create a new branch:

    git checkout -b feature/YourFeature
  3. Make your changes

  4. Commit your changes

    git commit -am 'Add some feature
  5. Push to the branch

    git push origin feature/YourFeature
  6. Open a pull request

About

Vigo is an online marketplace for your favorite gaming products!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published